Files
nas-compose/services/torrents/config/99-cron-start
Colin Hebert ad27a30052 Fix scripts
2023-04-13 20:54:47 +10:00

7 lines
142 B
Plaintext

#!/command/with-contenv bash
chmod +x /bin/set_port.sh
(crontab -l ; echo "* * * * * /bin/set_port.sh") | sort - | uniq - | crontab -
crond