mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +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..."
|
||||
modem2
|
||||
fi
|
||||
}
|
||||
|
||||
restart()
|
||||
{
|
||||
start_service "@"
|
||||
}
|
Loading…
Reference in a new issue