Skip to content

Commit 7e05258

Browse files
author
André Luiz dos Santos
committed
Don´t prompt to 'Re-enter admin password' with --autoinstall
1 parent b1b1b8f commit 7e05258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
//** Customise the port ISPConfig runs on
554554
$ispconfig_vhost_port = $inst->free_query('ISPConfig Port', '8080','ispconfig_port');
555555
$conf['interface_password'] = $inst->free_query('Admin password', 'admin','ispconfig_admin_password');
556-
if($conf['interface_password'] != 'admin') {
556+
if(!AUTOINSTALL && $conf['interface_password'] != 'admin') {
557557
$check = false;
558558
do {
559559
unset($temp_password);

0 commit comments

Comments
 (0)