From 1f32020d5c791bcbf2650af6bcbf807be7a4a657 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 25 Mar 2023 08:22:24 -0400 Subject: [PATCH] Update alpine-install.func tweak --- misc/alpine-install.func | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index af32878f..f85d8d83 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -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 -} \ No newline at end of file +}