1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update ModemManager

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-11-04 08:22:10 +01:00
parent 77d8d7084b
commit 5f51b9229c
4 changed files with 52 additions and 55 deletions

View file

@ -20,7 +20,6 @@ main() {
mkdir -p "${MODEMMANAGER_RUNDIR}"
chmod 0755 "${MODEMMANAGER_RUNDIR}"
mm_cleanup_interfaces
/usr/sbin/ModemManager "$@" 1>/dev/null 2>/dev/null &
CHILD="$!"
@ -28,6 +27,7 @@ main() {
mm_report_events_from_cache
wait "$CHILD"
mm_cleanup_interfaces
}
main "$@"