Update mysql_backup.sh
This commit is contained in:
@@ -84,7 +84,7 @@ fi
|
||||
|
||||
if [ -s ${pidfile} ] ; then
|
||||
|
||||
error "ERROR: `hostname` script ${script} already running! Pid file '${pidfile}' exists!" ;
|
||||
error "ERROR: `hostname` script ${script} already running! Pid file \"${pidfile}\" exists!" ;
|
||||
exit 1 ;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user