Bugfix
This commit is contained in:
parent
81c5812b3f
commit
34f74ef5a3
@ -11,6 +11,7 @@ services:
|
||||
- /selfhosting/apps/smb_utilities/filebrowser/settings.json:/config/settings.json #Change to match your directory
|
||||
- /selfhosting/apps/smb_utilities/filebrowser/start.sh:/start.sh
|
||||
- /selfhosting/apps/smb_utilities/filebrowser/addusers.txt:/addusers.txt
|
||||
- /selfhosting/apps/smb_utilities/filebrowser/removeusers.txt:/removeusers.txt
|
||||
environment:
|
||||
- PUID=$(id -u)
|
||||
- PGID=$(id -g)
|
||||
|
0
filebrowser/removeusers.txt
Normal file
0
filebrowser/removeusers.txt
Normal file
@ -18,16 +18,16 @@ while true; do
|
||||
|
||||
case $CHOICE in
|
||||
1)
|
||||
./dialog_user_add.sh
|
||||
bash $SMB_TOOLS_PATH/gui/dialog_user_add.sh
|
||||
;;
|
||||
2)
|
||||
./dialog_user_remove.sh
|
||||
bash $SMB_TOOLS_PATH/gui/dialog_user_remove.sh
|
||||
;;
|
||||
3)
|
||||
./dialog_share_create.sh
|
||||
bash $SMB_TOOLS_PATH/gui/dialog_share_create.sh
|
||||
;;
|
||||
4)
|
||||
./dialog_share_remove.sh
|
||||
bash $SMB_TOOLS_PATH/gui/dialog_share_remove.sh
|
||||
;;
|
||||
5)
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user