mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复日志目录判断
This commit is contained in:
parent
82dd9114fd
commit
eae2d6d17a
|
@ -366,7 +366,7 @@ main() {
|
|||
esac
|
||||
;;
|
||||
esac
|
||||
[[ -f $log_path ]] && cat "$dir_log/$log_path"
|
||||
[[ -f "$dir_log/$log_path" ]] && cat "$dir_log/$log_path"
|
||||
elif [[ $# -eq 0 ]]; then
|
||||
echo
|
||||
usage
|
||||
|
|
Loading…
Reference in New Issue
Block a user