mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Fix weird typo
Not sure what happened here, but obviously ADEND_ARG should have been TVHEADEND_ARG. Completely clueness how this has come about.
This commit is contained in:
parent
01a5422d0b
commit
7e118a4dad
@ -95,9 +95,9 @@ if [ ! -f "$TIMESHIFT_SETTINGS_FILE" ]; then
|
||||
fi
|
||||
|
||||
if [ "$DEBUG" = "yes" ]; then
|
||||
ADEND_ARG="-C -s -u root -g video -c $ADDON_HOME"
|
||||
TVHEADEND_ARG="-C -s -u root -g video -c $ADDON_HOME"
|
||||
else
|
||||
ADEND_ARG="-C -u root -g video -c $ADDON_HOME"
|
||||
TVHEADEND_ARG="-C -u root -g video -c $ADDON_HOME"
|
||||
fi
|
||||
|
||||
mkdir -p /var/config
|
||||
|
Loading…
x
Reference in New Issue
Block a user