1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2025-02-07 14:35:37 +01:00
parent dc18217c8e
commit 17f9abd483

View file

@ -105,4 +105,9 @@ start_service()
log "Enable SIM2 and reboot modem2..."
modem2
fi
}
restart()
{
start_service "@"
}