From f15aae2db865e35ca7d3ceca2353e43ca954248f Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Mon, 9 Aug 2021 23:26:16 +1200 Subject: [PATCH] vncserver: refactor --- unix/vncserver | 1 - 1 file changed, 1 deletion(-) diff --git a/unix/vncserver b/unix/vncserver index 7435271..4a1dda9 100755 --- a/unix/vncserver +++ b/unix/vncserver @@ -65,7 +65,6 @@ unlink($desktopLog); # Now start the X VNC Server -# We build up our Xvnc command with options $cmd = &ConstructXvncCmd(); $pidFile = "$vncUserDir/$host:$displayNumber.pid";