Update chk.sh

This commit is contained in:
Mr Chen 2023-11-16 19:34:58 +08:00
parent 74b1d424b9
commit 2ddb4e9ef8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ rootPath=$(dirname "$curPath")
SOFT=$1
if [ "$SOFT" == "mysql" ];then
bash ${rootPath}/keepalived/scripts/chk_mysql.sh >> ${rootPath}/keepalived/keepalived.log
bash ${rootPath}/keepalived/scripts/chk_mysql.sh > ${rootPath}/keepalived/keepalived.log
else
echo "you should use [chk.sh mysql] exp ."
fi