We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af3853c + c4286fe commit abf54eeCopy full SHA for abf54ee
utils/redis_init_script.tpl
@@ -1,7 +1,7 @@
1
2
case "$1" in
3
start)
4
- if [ -f $$PIDFILE ]
+ if [ -f $PIDFILE ]
5
then
6
echo "$PIDFILE exists, process is already running or crashed"
7
else
0 commit comments