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:
Dag Wieers 2013-03-21 15:08:22 +01:00
parent 01a5422d0b
commit 7e118a4dad

View File

@ -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