Commit d6770592 authored by tywldx's avatar tywldx

fix

parent 932e4f5f
...@@ -96,7 +96,7 @@ if [[ $project == "redpacket" ]]; then ...@@ -96,7 +96,7 @@ if [[ $project == "redpacket" ]]; then
fi fi
if [[ $check_ack == "1" ]]; then if [[ $check_ack == "1" ]]; then
"dont check logs" echo "dont check logs"
else else
ack "$ack_phrase" $project_path/logs/$log_name ${max_wait_log_generate_time} ${max_wait_ack_time} ack "$ack_phrase" $project_path/logs/$log_name ${max_wait_log_generate_time} ${max_wait_ack_time}
if [ $? -ne 0 ] if [ $? -ne 0 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment