diff --git a/patches/systemvm/debian/config/root/userdata.sh b/patches/systemvm/debian/config/root/userdata.sh index 6efdb13c221..2842680a2bd 100644 --- a/patches/systemvm/debian/config/root/userdata.sh +++ b/patches/systemvm/debian/config/root/userdata.sh @@ -46,7 +46,7 @@ create_htaccess() { #grep -w $file $htaccessFile grep -F `echo $entry` $htaccessFile - if [ \$? -gt 0 ]; then + if [ $? -gt 0 ]; then echo -e $entry >> $htaccessFile; fi result=$?