From 58037f56b5f3a1ee76818225511e221f16571e87 Mon Sep 17 00:00:00 2001 From: tobiglaser <76131623+tobiglaser@users.noreply.github.com> Date: Fri, 12 Aug 2022 18:08:46 +0200 Subject: [PATCH] remove unused for-loop --- setup.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.sh b/setup.sh index b2e702d..d32a04b 100755 --- a/setup.sh +++ b/setup.sh @@ -61,11 +61,6 @@ echo " Installing tightvnc." sudo apt -qq install -qq -y tightvncserver - echo " Copy start up script." - for i in $(seq 1 $vncCount) - do - - echo " Checking for autostart service." VNC=$(systemctl status vncserver$vncCount) -- GitLab