Update mysql_backup.sh
This commit is contained in:
@@ -127,7 +127,7 @@ if [ -s ${pidfile} ] ; then
|
|||||||
exit 1 ;
|
exit 1 ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trap "rm -f ${pidfile} ;" EXIT INT KILL TERM SIGKILL SIGTERM;
|
trap "rm -f ${pidfile} ;" EXIT INT KILL TERM SIGKILL SIGTERM SIGHUP;
|
||||||
|
|
||||||
echo $$ > ${pidfile} ;
|
echo $$ > ${pidfile} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user