fix reboot bug script

This commit is contained in:
zribiahmed 2013-02-13 14:34:12 +00:00
parent cc2a29ba31
commit 658a142a45

View file

@ -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