From dab8a7388d45064621fd5adab90bd946e6cca0e2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 29 Jan 2022 17:54:17 -0500 Subject: [PATCH] Update node-red_setup.sh --- setup/node-red_setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/node-red_setup.sh b/setup/node-red_setup.sh index 8cd812d8..a3100e96 100644 --- a/setup/node-red_setup.sh +++ b/setup/node-red_setup.sh @@ -40,9 +40,9 @@ echo -e "${CHECKMARK} \e[1;92m Installing Node-Red... \e[0m" bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --confirm-root --confirm-install --skip-pi echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m" -rm /etc/motd # Remove message of the day after login -rm /etc/update-motd.d/10-uname # Remove kernel information after login -touch ~/.hushlogin # Remove 'Last login: ' and mail notification after login +rm /etc/motd +rm /etc/update-motd.d/10-uname +touch ~/.hushlogin GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf" mkdir -p $(dirname $GETTY_OVERRIDE) cat << EOF > $GETTY_OVERRIDE