We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cc2ab commit 368be7fCopy full SHA for 368be7f
1 file changed
distros/ubuntu-18.04/install_ispconfig.sh
@@ -68,7 +68,9 @@ InstallISPConfig() {
68
echo | php -q install.php --autoinstall=autoinstall.ini
69
else
70
php -q install.php
71
+
72
fi
73
+ mysql -u root -D dbispconfig -e "UPDATE sys_user SET passwort = md5('admin') WHERE username = 'admin';"
74
if [ "$CFG_WEBSERVER" == "nginx" ]; then
75
/etc/init.d/nginx restart
76
0 commit comments