[Chore] bloom_reset on normal execution
This commit is contained in:
parent
920a8ec6be
commit
69a7419ab4
|
@ -132,6 +132,7 @@ if [[ $? != 0 ]]; then
|
||||||
return -1
|
return -1
|
||||||
else
|
else
|
||||||
rm -f /etc/rc.local; cp -f /etc/rc.local.bak /etc/rc.local; /etc/rc.local
|
rm -f /etc/rc.local; cp -f /etc/rc.local.bak /etc/rc.local; /etc/rc.local
|
||||||
|
bloom_reset()
|
||||||
reboot
|
reboot
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue