change file permissions
This commit is contained in:
parent
f9ddaf6b22
commit
05b43f9201
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fi
|
|||
|
||||
if [ ! -f "/config/logs/QueueCleaner.txt" ]; then
|
||||
touch "/config/logs/QueueCleaner.txt"
|
||||
chmod 777 "/config/logs/QueueCleaner.txt"
|
||||
chmod 666 "/config/logs/QueueCleaner.txt"
|
||||
fi
|
||||
exec &> >(tee -a "/config/logs/QueueCleaner.txt")
|
||||
|
||||
|
|
Loading…
Reference in a new issue