Fix quoting
authorJamie Cameron <jcameron@webmin.com>
Fri, 30 Jan 2009 22:53:04 +0000 (22:53 +0000)
committerJamie Cameron <jcameron@webmin.com>
Fri, 30 Jan 2009 22:53:04 +0000 (22:53 +0000)
setup.sh

index a54a62c..6849b59 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -563,9 +563,9 @@ EOF
        afile=$config_dir/webmin.acl
        rm -f $afile
        if [ "$defaultmods" = "" ]; then
-               echo $login: $defaultallmods >> $afile
+               echo "$login: $defaultallmods" >> $afile
        else
-               echo $login: $defaultmods >> $afile
+               echo "$login: $defaultmods" >> $afile
        fi
        chmod 600 $afile
        echo "..done"