Update chk.sh
This commit is contained in:
parent
74b1d424b9
commit
2ddb4e9ef8
|
|
@ -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
|
||||
Loading…
Reference in New Issue