From f676989068f62e0ac1ba1c073e809320d5a11aa9 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:22:56 +1000 Subject: [PATCH] update website ref in motd --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 104a7241e..7eccfaa0b 100644 --- a/misc/install.func +++ b/misc/install.func @@ -172,7 +172,7 @@ EOF # This function modifies the message of the day (motd) and SSH settings motd_ssh() { echo "export TERM='xterm-256color'" >>/root/.bashrc - echo -e "$APPLICATION LXC provided by https://helper-scripts.com/\n" >/etc/motd + echo -e "$APPLICATION LXC provided by https://pimox-scripts.com/\n" >/etc/motd chmod -x /etc/update-motd.d/* if [[ "${SSH_ROOT}" == "yes" ]]; then sed -i "s/#PermitRootLogin prohibit-password/PermitRootLogin yes/g" /etc/ssh/sshd_config