Bugfix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user