vncserver: refactor

This commit is contained in:
Dmitry Maksyoma 2021-08-09 23:26:16 +12:00
parent 895f8bc10d
commit f15aae2db8

View File

@ -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";