mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41: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
|
@ -106,3 +106,8 @@ start_service()
|
||||||
modem2
|
modem2
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
restart()
|
||||||
|
{
|
||||||
|
start_service "@"
|
||||||
|
}
|
Loading…
Reference in a new issue