diff --git a/run.sh b/run.sh index 0641a9a..5478a22 100644 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ set -vx # remove previous pid (if exist) after crash rm /var/run/$HOSTNAME.pid -if [ "$NOAUTO" == "no" ];then +if [ "$NOAUTO" == "yes" ];then squid -z -n $HOSTNAME squid -N -n $HOSTNAME fi