Use universal QueueCleaner

pull/226/head
RandomNinjaAtk 1 year ago committed by GitHub
parent fc987cce7f
commit aeefa37bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,5 +34,10 @@ find /config/extended -type d -exec chmod 777 {} \;
chmod -R 777 /config/extended/scripts
chmod -R 777 /root
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