]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - debian/spamass-milter.init
update the postfix rules and fix a bug in the init script
[deb_pkgs/spamass-milter.git] / debian / spamass-milter.init
index 037091c08a039005e7e9bb15f0a8aea2cbc3f0e8..a262c2d2283dc820aa4b1d5dbe567e18908529c2 100644 (file)
@@ -48,7 +48,7 @@ if [ -r $DEFAULT ]; then
     . $DEFAULT;
 fi;
 
-if [ -n $RUNAS ]; then
+if [ -n "$RUNAS" ]; then
     CHUID="--chuid $RUNAS";
 fi;