Skip to content
Snippets Groups Projects
Commit 58037f56 authored by tobiglaser's avatar tobiglaser
Browse files

remove unused for-loop

parent 2b43b0bc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment