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