Merge pull request #192 from aaronjwood/fix-flag
Fix video script not starting
This commit is contained in:
commit
76e347e5c4
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ verifyConfig () {
|
|||
sleep infinity
|
||||
fi
|
||||
|
||||
if [ "$disableImvd" != "true" ]; then
|
||||
if [ "$disableImvd" != "false" ]; then
|
||||
log "Script is not enabled, enable by setting disableImvd to \"false\" by modifying the \"/config/extended.conf\" config file..."
|
||||
log "Sleeping (infinity)"
|
||||
sleep infinity
|
||||
|
|
Loading…
Reference in a new issue