mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-05 10:16:44 +08:00
update 2024-05-31 02:01:25
This commit is contained in:
parent
3026a8ff17
commit
6051fde934
@ -76,7 +76,6 @@ start_service() {
|
||||
local update_time
|
||||
config_get update_time "config" "update_time" "3"
|
||||
sed -i "/$NAME/d" /etc/crontabs/root
|
||||
echo -e "30 2 * * * /etc/init.d/unblockneteasemusic" >> "/etc/crontabs/root"
|
||||
! is_enabled "config" "auto_update" || echo -e "0 ${update_time} * * * $UNM_DIR/update.sh update_core" >> "/etc/crontabs/root"
|
||||
/etc/init.d/cron restart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user