From 1bd10f50fc89dbb23aefc1187fffbeb2396b8a66 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 10 Dec 2024 02:20:08 -0500 Subject: [PATCH] removes motd from alpine install --- misc/alpine-install.func | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index 175b8ca7..d56df9a7 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -103,7 +103,6 @@ update_os() { motd_ssh() { echo "export TERM='xterm-256color'" >>/root/.bashrc - echo -e "$APPLICATION LXC provided by https://Helper-Scripts.com/\n" >/etc/motd if [[ "${SSH_ROOT}" == "yes" ]]; then $STD rc-update add sshd sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config