Skip to content

Commit

Permalink
Update xmenu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fisabiliyusri authored Aug 21, 2022
1 parent 14e5c53 commit c86f60e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions menu/xmenu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ echo "║ 13.Hidupkan Ulang VPS ┃ Reboot ║
echo "║ 14.Keluar Dari Menu ┃ Exit Menu ║"
echo "║ 15.Info Script ┃ ║"
echo "║ 16.Auto Pointing Subdomain┃ ║"
echo "║ 17.Cek Semua Layanan Port ┃ Check All Port Service ║"
echo "╚═════════════════════════════════════════════════════════════════╝"
read -p " Select From Options [1-69 or x] : " xmenu
case $xmenu in
Expand Down Expand Up @@ -93,6 +94,9 @@ cat /root/log-install.txt
16)
auto-pointing
;;
17)
cek-port
;;
*)
echo "Input The Correct Number !"
;;
Expand Down

0 comments on commit c86f60e

Please sign in to comment.