Skip to content

Commit

Permalink
Change 0 & 1 meaning from EurekaSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
riptidewave93 committed Nov 28, 2013
1 parent a25231b commit 7abd685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chromecast-ota
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ do
DISABLE_OTA="$(EurekaSettings get EurekaRom ota)"
else
if test -f "/chrome/disable_ota" ; then
DISABLE_OTA="1"
else
DISABLE_OTA="0"
else
DISABLE_OTA="1"
fi
fi

if [ $DISABLE_OTA -eq "1" ]
if [ $DISABLE_OTA -eq "0" ]
then
pLog "OTA updates disabled per user request, Terminating"

Expand Down

0 comments on commit 7abd685

Please sign in to comment.