Files
op-packages/luci-app-timedreboot/root/etc/uci-defaults/luci-timedreboot
T

13 lines
237 B
Bash

#!/bin/sh
[ ! -f "/usr/share/ucitrack/luci-app-timedreboot.json" ] && {
cat > /usr/share/ucitrack/luci-app-timedreboot.json << EEOF
{
"config": "timedreboot",
"init": "timedreboot"
}
EEOF
}
rm -f /tmp/luci-indexcache
exit 0