X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/cd73df62af0efeceeede6b71f14ceb31199f461c..91c15ed1b51a0cd097e5c8b0d77edb07f460a866:/utils/redis_init_script.tpl diff --git a/utils/redis_init_script.tpl b/utils/redis_init_script.tpl index e0c5b2f8..e2af1fe7 100755 --- a/utils/redis_init_script.tpl +++ b/utils/redis_init_script.tpl @@ -1,7 +1,7 @@ case "$1" in start) - if [ -f $$PIDFILE ] + if [ -f $PIDFILE ] then echo "$PIDFILE exists, process is already running or crashed" else