From 484f1e4934bdef3c908ff0fa3bae17a47e6f61d6 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 4 Oct 2022 05:33:06 -0400 Subject: [PATCH] Update QueueCleaner.bash --- root/scripts/QueueCleaner.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/QueueCleaner.bash b/root/scripts/QueueCleaner.bash index 8c8a6a8..d64c429 100644 --- a/root/scripts/QueueCleaner.bash +++ b/root/scripts/QueueCleaner.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -scriptVersion="1.0.005" +scriptVersion="1.0.006" if [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then arrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" @@ -19,7 +19,7 @@ if [ -f "/config/logs/QueueCleaner.txt" ]; then fi exec &>> "/config/logs/QueueCleaner.txt" -chmod 666 "/config/logs/QueueCleaner.txt" +chmod 777 "/config/logs/QueueCleaner.txt" log () { m_time=`date "+%F %T"`