diff --git a/CustomFiles/Depends/profile b/CustomFiles/Depends/profile index 69c1f22..6e76e44 100755 --- a/CustomFiles/Depends/profile +++ b/CustomFiles/Depends/profile @@ -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'