mirror of
https://github.com/juewuy/ShellCrash.git
synced 2026-07-25 00:13:09 +00:00
~修复在线更新订阅定时任务失效的bug
This commit is contained in:
@@ -129,7 +129,7 @@ web_save_auto(){
|
|||||||
. "$CRASHDIR"/libs/web_save.sh && web_save
|
. "$CRASHDIR"/libs/web_save.sh && web_save
|
||||||
}
|
}
|
||||||
update_config() { #更新订阅并重启
|
update_config() { #更新订阅并重启
|
||||||
. "$CRASHDIR"/starts/core_config.sh && get_core_config && "$CRASHDIR"/start.sh start
|
. "$CRASHDIR"/starts/core_config.sh get_core_config && "$CRASHDIR"/start.sh start
|
||||||
}
|
}
|
||||||
hotupdate() { #热更新订阅
|
hotupdate() { #热更新订阅
|
||||||
. "$CRASHDIR"/starts/core_config.sh && get_core_config &&
|
. "$CRASHDIR"/starts/core_config.sh && get_core_config &&
|
||||||
|
|||||||
Reference in New Issue
Block a user