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 ad6a09d commit c86e707Copy full SHA for c86e707
install/upgrade/0.9.8-29.sh
@@ -105,6 +105,14 @@ if [ ! -z "$MAIL_SYSTEM" ]; then
105
106
apt-get -qq update > /dev/null 2>&1
107
apt-get -qq -y install z-push-common z-push-backend-imap z-push-backend-combined z-push-autodiscover > /dev/null 2>&1
108
+
109
+ # Copy configuration files
110
+ cp -f $hestiacp/zpush/z-push.conf.php /etc/z-push/
111
+ cp -f $hestiacp/zpush/imap.conf.php /etc/z-push/
112
113
+ # Set permissions - chmod 777 needs further testing!
114
+ set_perms www-data www-data 777 /var/lib/z-push
115
+ set_perms www-data www-data 777 /var/log/z-push
116
fi
117
118
# Update default page templates
0 commit comments