v2.11 - bug fix from debugging
This commit is contained in:
parent
f8077edd93
commit
a0c2a66b33
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
scriptVersion="2.10"
|
scriptVersion="2.11"
|
||||||
scriptName="Audio"
|
scriptName="Audio"
|
||||||
|
|
||||||
### Import Settings
|
### Import Settings
|
||||||
|
@ -12,7 +12,7 @@ verifyConfig () {
|
||||||
if [ "$enableAudio" != "true" ]; then
|
if [ "$enableAudio" != "true" ]; then
|
||||||
log "Script is not enabled, enable by setting enableAudio to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
log "Script is not enabled, enable by setting enableAudio to \"true\" by modifying the \"/config/extended.conf\" config file..."
|
||||||
log "Sleeping (infinity)"
|
log "Sleeping (infinity)"
|
||||||
#sleep infinity
|
sleep infinity
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$audioScriptInterval" ]; then
|
if [ -z "$audioScriptInterval" ]; then
|
||||||
|
|
Loading…
Reference in a new issue