Merge pull request #192 from aaronjwood/fix-flag

Fix video script not starting
This commit is contained in:
RandomNinjaAtk 2024-02-12 04:15:08 -05:00 committed by GitHub
commit 76e347e5c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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