Update mysql_backup.sh

This commit is contained in:
Naum Soloveychik
2020-01-12 20:30:10 +03:00
parent e120b6f52a
commit eb30c17d49

View File

@@ -84,7 +84,7 @@ fi
if [ -s ${pidfile} ] ; then
error "ERROR: `hostname` script ${script} already running!" ;
error "ERROR: `hostname` script ${script} already running! Pid file '${pidfile}' exists!" ;
exit 1 ;
fi