mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
profile: 修复 syslog 指向路径
This commit is contained in:
@@ -92,5 +92,5 @@ alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias cls='clear'
|
||||
alias dh='df -h'
|
||||
alias syslog='cat /tmp/system.log 2> /dev/null'
|
||||
alias syslog='cat $(uci get system.@system[0].log_file) 2> /dev/null'
|
||||
alias ramfree='sync && echo 3 > /proc/sys/vm/drop_caches'
|
||||
|
||||
Reference in New Issue
Block a user