X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=23b39ac8783a9eff087a2cf587c2b1280044714c;hp=07e09800936dc4d4c1c55a531d45f4cf65dc8b74;hb=b64ae9e0e222edd2eef7ca2740c7ab7fb0a71c3e;hpb=863744b19ebd06192addb6287c47cec4f5f94b2d;ds=sidebyside diff --git a/autoconfig.functions b/autoconfig.functions index 07e0980..23b39ac 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1547,7 +1547,7 @@ if checkbootparam 'vnc' ; then #store the options in a file VNCDIR="/home/${USER}/.vnc" [ -d "$VNCDIR" ] || mkdir "$VNCDIR" - echo " --connect $VNC_CONNECT " >> $VNCDIR/options + echo " --connect $VNC_CONNECT " >> $VNCDIR/options fi fi }