mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
syslog: init: fix envirnonment when called from addon
This commit is contained in:
parent
923b124f39
commit
0782cd1be5
@ -24,6 +24,10 @@
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
(
|
||||
# can be called from openelec addon.
|
||||
# ensure that environment is sane
|
||||
. /etc/profile
|
||||
|
||||
progress "Starting Syslog daemon"
|
||||
|
||||
if [ -e $CONFIG_CACHE/syslog/remote ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user