X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/cd73df62af0efeceeede6b71f14ceb31199f461c..b8ce9a84c57eba13a157d7c1074254b5ce6bebd3:/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