mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-13 22:45:10 +08:00
更新 stop emoji
This commit is contained in:
parent
662adc0f9c
commit
617cf7e5b4
|
|
@ -401,7 +401,7 @@ handle_task_end() {
|
|||
record_cron_stat "$ID" "${exit_code:-0}" "$diff_time"
|
||||
|
||||
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
|
||||
echo -e "\n## 完成 ✅... $end_time 耗时 $diff_time 秒${error_message:=} "
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user