Update Audio.sh

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 6a9fe96bcd
commit 1211df697c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,8 +43,8 @@ if [ -f "/config/logs/Audio.txt" ]; then
find /config/logs -type f -name "Audio.txt" -size +5000k -delete
sleep 0.01
fi
exec &> >(tee -a "/config/logs/Audio.txt")
touch "/config/logs/Audio.txt"
exec &> >(tee -a "/config/logs/Audio.txt")
chmod 666 "/config/logs/Audio.txt"
verifyApiAccess () {

Loading…
Cancel
Save