1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
openmptcprouter-feeds/omr-schedule/files/etc/uci-defaults/3000-omr-schedule

5 lines
168 B
Text
Raw Normal View History

#!/bin/sh
if [ ! -f /etc/crontabs/root ] || [ "$(cat /etc/crontabs/root | grep omr-schedule)" = "" ]; then
2024-01-16 11:48:14 +00:00
echo "* * * * * /bin/omr-schedule" >> /etc/crontabs/root
fi