修复task日志打印

This commit is contained in:
whyour 2022-04-04 23:32:27 +08:00
parent 399550ccad
commit fb521498ff

View File

@ -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