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