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.
2 parents 9773007 + e2da4fb commit 7d84ff7Copy full SHA for 7d84ff7
install/vst-install-debian.sh
@@ -1129,6 +1129,14 @@ check_result $? "can't create admin user"
1129
$VESTA/bin/v-change-user-shell admin bash
1130
$VESTA/bin/v-change-user-language admin $lang
1131
1132
+# RoundCube permissions fix
1133
+if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1134
+ if [ ! -d "/var/log/roundcube" ]; then
1135
+ mkdir /var/log/roundcube
1136
+ fi
1137
+ chown admin:admin /var/log/roundcube
1138
+fi
1139
+
1140
# Configuring system ips
1141
$VESTA/bin/v-update-sys-ip
1142
0 commit comments