Update mysql_backup.sh

This commit is contained in:
Naum Soloveychik
2020-01-12 20:31:06 +03:00
parent eb30c17d49
commit 6d614da049

View File

@@ -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