File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# info: Delete SnappyMail webmail client
33# options: None
44#
5- # This function installs the SnappyMail webmail client.
5+ # This function removes the SnappyMail webmail client.
66
77# ----------------------------------------------------------#
88# Variables & Functions #
@@ -39,12 +39,12 @@ if [ -z "$HESTIA" ]; then
3939fi
4040
4141if [ -z " $HOMEDIR " ] || [ -z " $HESTIA_INSTALL_DIR " ]; then
42- echo " ERROR: Environment variables not present, installation aborted."
42+ echo " ERROR: Environment variables not present, uninstallation aborted."
4343 exit 2
4444fi
4545
4646if [ -z " $( echo " $DB_SYSTEM " | grep -w ' mysql' ) " ]; then
47- echo " ERROR: Mysql not available. Installation aborted"
47+ echo " ERROR: Mysql not available. Uninstallation aborted"
4848 exit 2
4949fi
5050
You can’t perform that action at this time.
0 commit comments