You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/menu/server-site-tools-menu.sh
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,11 @@ fi
28
28
whiletrue
29
29
do
30
30
clear
31
-
echo -e "Server & Site Tools"| boxes -a c -d shell -p a1l2
31
+
echo -e "Server Tools"| boxes -a c -d shell -p a1l2
32
32
echo""
33
33
echo""
34
34
PS3='Please enter your choice: '
35
-
secoptions=("Configure New Domain""Update Domain Vhost File""View/Edit EngineScript Install Options File""View Server Logs""WP-CLI Doctor""Remove Domain (DANGER)""Exit Server & Site Tools")
35
+
secoptions=("Configure New Domain""MariaDB-Check Database Optimizer""MySQLTuner""Update Domain Vhost File""View/Edit EngineScript Install Options File""Remove Domain (DANGER)""Exit Server Tools")
0 commit comments