mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 03:26:51 +03:00
refactor: remove sing-box start exit check
This commit is contained in:
@@ -132,10 +132,6 @@ start_main() {
|
|||||||
sing_box_init_config
|
sing_box_init_config
|
||||||
config_foreach add_cron_job "section"
|
config_foreach add_cron_job "section"
|
||||||
/etc/init.d/sing-box start
|
/etc/init.d/sing-box start
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echolog "Failed to start sing-box service"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
log "Nice"
|
log "Nice"
|
||||||
list_update &
|
list_update &
|
||||||
|
|||||||
Reference in New Issue
Block a user