Merge pull request #2101 from dagwieers/tvheadend-typo

Fix weird typo
This commit is contained in:
Stefan Saraev 2013-03-21 07:24:28 -07:00
commit 9bc26c1bc7

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