Move reboot message to the end

This commit is contained in:
Sebastian Haderecker 2019-05-16 07:19:50 +00:00
parent 8b2898bd4e
commit 4b3337de48

View file

@ -254,8 +254,6 @@ echo "### Export and import the objects easily through the Kibana WebUI:"
echo "### Go to Kibana > Management > Saved Objects > Export / Import" echo "### Go to Kibana > Management > Saved Objects > Export / Import"
echo "### All objects will be overwritten upon import, make sure to run an export first." echo "### All objects will be overwritten upon import, make sure to run an export first."
echo echo
echo "### Please reboot."
echo
} }
function fuRESTORE_EWSCFG () { function fuRESTORE_EWSCFG () {
@ -305,3 +303,7 @@ fuSELFUPDATE "$0" "$@"
fuUPDATER fuUPDATER
fuRESTORE_EWSCFG fuRESTORE_EWSCFG
fuRESTORE_HPFEEDS fuRESTORE_HPFEEDS
echo
echo "### Please reboot."
echo