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 e9a1820 commit a562362Copy full SHA for a562362
install/upgrade/0.10.0-190430.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+
3
# define vars
4
HESTIA="/usr/local/hestia"
5
HESTIA_BACKUP="/root/hst_upgrade/$(date +%d%m%Y%H%M)"
@@ -143,6 +144,11 @@ chmod 751 $HESTIA/data/templates/web/unassigned/css
143
144
chmod 751 $HESTIA/data/templates/web/unassigned/js
145
chmod 751 $HESTIA/data/templates/web/unassigned/webfonts
146
147
+# Correct other permissions
148
+chown bind:bind /var/cache/bind
149
+chmod 640 /etc/roundcube/debian-db*
150
+chown root:www-data /etc/roundcube/debian-db*
151
152
# Add unassigned hosts configuration to Nginx and Apache
153
if [ "$WEB_SYSTEM" = "apache2" ]; then
154
echo "(*) Adding unassigned hosts configuration to Apache..."
0 commit comments