mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
rc: clarify that installer is for installing when SSH is off
It's only an issue with config imports in live mode. Not sure why this wasn't shared text before.
This commit is contained in:
parent
71ed2940a6
commit
f59f778f05
@ -58,13 +58,14 @@ if (is_install_media()) {
|
||||
|
||||
echo "\n";
|
||||
|
||||
$greeting = "Welcome! Both `root' and `installer' users are available for system\n";
|
||||
$greeting .= "setup or invoking the installer, respectively. The predefined root\n";
|
||||
$greeting .= "password works for both accounts.";
|
||||
|
||||
if (!isset($config['system']['ssh']['noauto']) && is_process_running('sshd')) {
|
||||
echo "Welcome! Both `root' and `installer' users are available for system\n";
|
||||
echo "setup or invoking the installer, respectively. The predefined root\n";
|
||||
echo "password works for both accounts. Remote login via SSH is possible.\n";
|
||||
} else {
|
||||
echo "Welcome! Both `root' and `installer' users are available for system\n";
|
||||
echo "setup. The predefined root password works for both accounts.\n";
|
||||
$greeting .= " Remote login via SSH is possible.";
|
||||
}
|
||||
|
||||
echo $greeting . "\n";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user