mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update samba.sh
This commit is contained in:
parent
f38e94858f
commit
1f3cb4aff6
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ if [[ "$DHCP" == [Yy1]* ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
share="/shared"
|
share="/shared"
|
||||||
[ ! -d "$share" ] && share="$STORAGE/shared"
|
|
||||||
|
|
||||||
mkdir -p "$share"
|
mkdir -p "$share"
|
||||||
[ -z "$(ls -A "$share")" ] && chmod 777 "$share"
|
[ -z "$(ls -A "$share")" ] && chmod 777 "$share"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue