diff --git a/root/etc/services.d/extended_audio/run b/root/etc/services.d/extended_audio/run index 65af9ee..49700ad 100644 --- a/root/etc/services.d/extended_audio/run +++ b/root/etc/services.d/extended_audio/run @@ -2,10 +2,10 @@ if [ "$autoStart" = "true" ] && [ "$enableAudioScript" = "true" ]; then echo "Automatic Start Enabled, starting in 2 min..." sleep 2m - bash /config/extended/scripts/audio.sh + bash /config/extended/scripts/Audio.sh else echo "Automatic Start Disabled, manually run using this command:" - echo "bash /config/extended/scripts/audio.sh" + echo "bash /config/extended/scripts/Audio.sh" sleep infinity fi