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 87a3487 commit 62d5076Copy full SHA for 62d5076
install/upgrade/versions/latest.sh
@@ -55,8 +55,8 @@ if [ ! -z "$WEBALIZER_CHECK" ]; then
55
fi
56
57
# Remove old hestia.conf files from Apache & NGINX if they exist
58
-if [ -f "/etc/nginx/conf.d/hestia.conf" ]; then
59
- echo "(*) Removing Apache configuration file from previous version of Hestia Control Panel..."
+if [ -f "/etc/apache2/conf.d/hestia.conf" ]; then
+ echo "(*) Removing old Apache configuration file from previous version of Hestia Control Panel..."
60
rm -f /etc/apache2/conf.d/hestia.conf
61
62
if [ -f "/etc/nginx/conf.d/hestia.conf" ]; then
@@ -75,4 +75,4 @@ fi
75
if [ ! -z "$IMAP_SYSTEM" ]; then
76
echo "(*) Enabling OCSP stapling support for webmail services..."
77
$BIN/v-update-mail-templates > /dev/null 2>&1
78
-fi
+fi
0 commit comments