v2.11 - bug fix from debugging

This commit is contained in:
RandomNinjaAtk 2023-07-28 11:40:57 +00:00 committed by GitHub
parent f8077edd93
commit a0c2a66b33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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