From 47a62bd2aa5a446a1f161e689d05020c0275c568 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:53:46 +0200 Subject: [PATCH] Update Installer.sh Added "dirty" "fix" to remove nagging output of the monitor-service line 22 blablabla ufw command not found --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index 110a806..ed6966e 100644 --- a/Installer.sh +++ b/Installer.sh @@ -134,7 +134,7 @@ if [[ $OPTIONS == *"Monitor-Service"* ]]; then wget $GIT/$REPO/$BRANCH/RasPi-Config/monitor.service -O /etc/monitor.service echo "" >> /home/pi/.profile echo "# show Monitor on autologon" >> /home/pi/.profile - echo "sudo bash /etc/monitor.service" >> /home/pi/.profile + echo "sudo bash /etc/monitor.service 2>/dev/null" >> /home/pi/.profile systemctl daemon-reload systemctl restart getty@tty1.service fi