Update alpine-install.func

tweak
This commit is contained in:
tteckster 2023-03-25 08:22:24 -04:00 committed by GitHub
parent 8e6f6dc282
commit 1f32020d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ motd_ssh() {
customize() {
msg_info "Customizing Container"
bash -c "/etc/init.d/syslog stop;rc-update del syslog boot;passwd -d root" >/dev/null 2>&1
bash -c "passwd -d root" >/dev/null 2>&1
msg_ok "Customized Container"
}
@ -125,4 +125,4 @@ root() {
if ! getent shadow root | grep -q '^root:[^:]*:\?\$'; then
customize
fi
}
}