mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-13 14:37:28 +08:00
更新 stop emoji
This commit is contained in:
parent
662adc0f9c
commit
617cf7e5b4
|
|
@ -401,11 +401,11 @@ handle_task_end() {
|
||||||
record_cron_stat "$ID" "${exit_code:-0}" "$diff_time"
|
record_cron_stat "$ID" "${exit_code:-0}" "$diff_time"
|
||||||
|
|
||||||
if [[ "${MANUAL:=}" == "true" ]]; then
|
if [[ "${MANUAL:=}" == "true" ]]; then
|
||||||
echo -e "\n## 已停止 ⏹... $end_time 耗时 $diff_time 秒${error_message:=} "
|
echo -e "\n## 已停止 🛑... $end_time 耗时 $diff_time 秒${error_message:=} "
|
||||||
elif [[ $exit_code -eq 0 ]]; then
|
elif [[ $exit_code -eq 0 ]]; then
|
||||||
echo -e "\n## 完成 ✅... $end_time 耗时 $diff_time 秒${error_message:=} "
|
echo -e "\n## 完成 ✅... $end_time 耗时 $diff_time 秒${error_message:=} "
|
||||||
else
|
else
|
||||||
echo -e "\n## 失败 ❌ (退出码 ${exit_code})... $end_time 耗时 $diff_time 秒${error_message:=} "
|
echo -e "\n## 失败 ❌(退出码 ${exit_code})... $end_time 耗时 $diff_time 秒${error_message:=} "
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user