小问题修复

This commit is contained in:
Hyy2001X 2021-06-12 12:53:18 +08:00
parent aa321e13f5
commit b6fb60b479
1 changed files with 5 additions and 1 deletions

View File

@ -557,7 +557,11 @@ while [[ $1 ]];do
exit
;;
--log)
TITLE && echo && cat ${log_Path}/AutoUpdate.log
[[ -f ${log_Path}/AutoUpdate.log ]] && {
TITLE && echo
cat ${log_Path}/AutoUpdate.log
}
;;
--log-path)
shift