Fix video script not starting

This commit is contained in:
Aaron Wood 2024-02-11 22:44:10 -08:00
parent 653ecca5eb
commit 6e42f65cb2

View file

@ -22,7 +22,7 @@ verifyConfig () {
sleep infinity sleep infinity
fi 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 "Script is not enabled, enable by setting disableImvd to \"false\" by modifying the \"/config/extended.conf\" config file..."
log "Sleeping (infinity)" log "Sleeping (infinity)"
sleep infinity sleep infinity