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