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