mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
修复task日志打印
This commit is contained in:
parent
d703769d43
commit
58e047fe0e
|
@ -366,7 +366,7 @@ main() {
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
[[ -f $log_path ]] && cat $log_path
|
[[ -f $log_path ]] && cat "$dir_log/$log_path"
|
||||||
elif [[ $# -eq 0 ]]; then
|
elif [[ $# -eq 0 ]]; then
|
||||||
echo
|
echo
|
||||||
usage
|
usage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user