We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af85eff commit a1fed06Copy full SHA for a1fed06
1 file changed
bin/v-delete-sys-snappymail
@@ -2,7 +2,7 @@
2
# info: Delete SnappyMail webmail client
3
# options: None
4
#
5
-# This function installs the SnappyMail webmail client.
+# This function removes the SnappyMail webmail client.
6
7
#----------------------------------------------------------#
8
# Variables & Functions #
@@ -39,12 +39,12 @@ if [ -z "$HESTIA" ]; then
39
fi
40
41
if [ -z "$HOMEDIR" ] || [ -z "$HESTIA_INSTALL_DIR" ]; then
42
- echo "ERROR: Environment variables not present, installation aborted."
+ echo "ERROR: Environment variables not present, uninstallation aborted."
43
exit 2
44
45
46
if [ -z "$(echo "$DB_SYSTEM" | grep -w 'mysql')" ]; then
47
- echo "ERROR: Mysql not available. Installation aborted"
+ echo "ERROR: Mysql not available. Uninstallation aborted"
48
49
50
0 commit comments