We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b864d0 commit fdea09eCopy full SHA for fdea09e
1 file changed
scripts/menu/enginescript-menu.sh
@@ -38,9 +38,12 @@ while true
38
echo "phpMyAdmin - https://${IP_ADDRESS}/enginescript/phpmyadmin"
39
echo ""
40
echo "Helpful Commands:"
41
- echo "es.menu - open EngineScript menu"
+ echo "es.config - Open the configuration file in Nano"
42
+ echo "es.debug - Display debug information for EngineScript"
43
+ echo "es.help - Display EngineScript commands and locations"
44
+ echo "es.menu - Open EngineScript menu"
45
echo "es.restart - Restart Nginx and PHP-FPM"
- echo "es.update - update and upgrade your server using APT"
46
+ echo "es.update - Update and upgrade your server using APT"
47
48
echo "---------------------------------------------------------------"
49
0 commit comments