Update proxmenu-scripts.sh

This commit is contained in:
2026-03-07 18:20:51 -06:00
parent ade04e05ad
commit 609507b533

View File

@@ -328,8 +328,8 @@ MAIN_MENU() {
[Rr]) RESTART_PVE_SERVICES;;
[Qq]) EXIT1
exit 0;;
*) echo "Thats an invaild option,";
echo "please select a valid option only.";
*) echo "Thats an invaild option,"
echo "please select a valid option only."
sleep 1;;
esac
done