This commit is contained in:
root 2025-05-25 16:28:24 +00:00
parent 0f7c1ba477
commit bfe4499fb3
2 changed files with 2 additions and 5 deletions

View File

@ -1,3 +0,0 @@
luca
aaaa
prova

View File

@ -28,7 +28,7 @@ bash $SMB_TOOLS_PATH/functions/list_smb_shares.sh $USERNAME | while IFS= read -r
# Skip empty lines # Skip empty lines
[ -z "$line" ] && continue [ -z "$line" ] && continue
bash $SMB_TOOLS_PATH/functions/remove_share.sh "$line" bash $SMB_TOOLS_PATH/functions/remove_share.sh "$line" "$USERNAME"
done done
# #################################################################### # ####################################################################