X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=23b39ac8783a9eff087a2cf587c2b1280044714c;hp=07e09800936dc4d4c1c55a531d45f4cf65dc8b74;hb=409fa3f14fb79bf7bed79c245cf64bbc5675ddb2;hpb=863744b19ebd06192addb6287c47cec4f5f94b2d 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 }