fix
This commit is contained in:
parent
0f7c1ba477
commit
bfe4499fb3
@ -1,3 +0,0 @@
|
||||
luca
|
||||
aaaa
|
||||
prova
|
@ -28,7 +28,7 @@ bash $SMB_TOOLS_PATH/functions/list_smb_shares.sh $USERNAME | while IFS= read -r
|
||||
# Skip empty lines
|
||||
[ -z "$line" ] && continue
|
||||
|
||||
bash $SMB_TOOLS_PATH/functions/remove_share.sh "$line"
|
||||
bash $SMB_TOOLS_PATH/functions/remove_share.sh "$line" "$USERNAME"
|
||||
done
|
||||
|
||||
# ####################################################################
|
||||
@ -64,4 +64,4 @@ if [ -f "$log_file" ]; then
|
||||
fi
|
||||
|
||||
# Non-blocking docker restart
|
||||
docker restart filebrowser </dev/null &>/dev/null &
|
||||
docker restart filebrowser </dev/null &>/dev/null &
|
||||
|
Loading…
x
Reference in New Issue
Block a user