Skip to content

Commit a1fed06

Browse files
author
Christoph Schläpfer
committed
Fixed some left over text strings
1 parent af85eff commit a1fed06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/v-delete-sys-snappymail

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
3939
fi
4040

4141
if [ -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
4444
fi
4545

4646
if [ -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
4949
fi
5050

0 commit comments

Comments
 (0)