Download and use universal QueueCleaner

pull/29/head
RandomNinjaAtk 1 year ago committed by GitHub
parent 7b8ef583ab
commit d02cea301d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,5 +43,10 @@ find /config/extended -type d -exec chmod 777 {} \;
find /config/extended -type f -exec chmod 666 {} \;
chmod -R 777 /config/extended/scripts
echo "Setting up scripts..."
echo "Downloading and setting up QueueCleaner.bash"
curl "https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/QueueCleaner.bash" -o "/etc/services.d/QueueCleaner.bash"
chmod 777 "/etc/services.d/QueueCleaner.bash"
echo "Complete..."
exit

Loading…
Cancel
Save