From 49373b00dbc6a67e4da9bff8cfb1eefd3f342bf3 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 10 Jul 2024 08:53:41 -0700 Subject: [PATCH] Update misc/alpine-install.func --- misc/alpine-install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/alpine-install.func b/misc/alpine-install.func index d8ef855..a871282 100644 --- a/misc/alpine-install.func +++ b/misc/alpine-install.func @@ -103,7 +103,7 @@ update_os() { motd_ssh() { echo "export TERM='xterm-256color'" >>/root/.bashrc - echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" >/etc/motd + echo -e "$APPLICATION LXC provided by https://gitlab.peanutsmediaserver.com/aaron/pve-scripts\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