From 8238be8722e0c1803073964499d331e589b12e6f Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sun, 10 Jul 2022 10:13:21 -0400 Subject: [PATCH] Bug fix --- root/scripts/audio-pp.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/audio-pp.bash b/root/scripts/audio-pp.bash index 25029aa..fd90049 100644 --- a/root/scripts/audio-pp.bash +++ b/root/scripts/audio-pp.bash @@ -263,7 +263,7 @@ Main () { Main "$@" | tee -a /config/scripts/logs/audio-pp.log chmod 666 /config/scripts/logs/audio-pp.log chown abc:abc /config/scripts/logs/audio-pp.log -chmod 766 "$1" +chmod 777 "$1" chmod 666 "$1"/* chown -R abc:abc "$1" echo ""