mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add restart function to z8102 init script
This commit is contained in:
parent
dc18217c8e
commit
17f9abd483
1 changed files with 5 additions and 0 deletions
|
@ -105,4 +105,9 @@ start_service()
|
||||||
log "Enable SIM2 and reboot modem2..."
|
log "Enable SIM2 and reboot modem2..."
|
||||||
modem2
|
modem2
|
||||||
fi
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
restart()
|
||||||
|
{
|
||||||
|
start_service "@"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue