mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 03:28:31 +01:00
fix reboot bug script
This commit is contained in:
parent
cc2a29ba31
commit
658a142a45
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ if [ "$action" = "reboot" ]; then
|
|||
echo "# reboot"
|
||||
else
|
||||
sync
|
||||
ubus ${UBUS_SOCKET:+-s $UBUS_SOCKET} call tr069 command '{ "command": "reboot_end_session" }' 2> /dev/null
|
||||
reboot
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue