mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Update share_menu.sh
This commit is contained in:
@@ -49,16 +49,16 @@ while true; do
|
|||||||
bash <(curl -s "$REPO_URL/scripts/share/nfs_client.sh")
|
bash <(curl -s "$REPO_URL/scripts/share/nfs_client.sh")
|
||||||
;;
|
;;
|
||||||
4)
|
4)
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/samba_client.sh")
|
bash <(curl -s "$REPO_URL/scripts/share/samba_client.sh")
|
||||||
;;
|
;;
|
||||||
5)
|
5)
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/nfs_host.sh")
|
bash <(curl -s "$REPO_URL/scripts/share/nfs_host.sh")
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/samba_host.sh")
|
bash <(curl -s "$REPO_URL/scripts/share/samba_host.sh")
|
||||||
;;
|
;;
|
||||||
7)
|
7)
|
||||||
bash <(curl -s "$REPO_URL/scripts/storage/commands_share.sh")
|
bash <(curl -s "$REPO_URL/scripts/share/commands_share.sh")
|
||||||
;;
|
;;
|
||||||
8)
|
8)
|
||||||
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
|
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
|
||||||
|
Reference in New Issue
Block a user