From 4b3337de486a5f4536cd557dc468089f0ee2996f Mon Sep 17 00:00:00 2001 From: Sebastian Haderecker Date: Thu, 16 May 2019 07:19:50 +0000 Subject: [PATCH] Move reboot message to the end --- update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 9e024950..77f4e3b1 100755 --- a/update.sh +++ b/update.sh @@ -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 "### All objects will be overwritten upon import, make sure to run an export first." echo -echo "### Please reboot." -echo } function fuRESTORE_EWSCFG () { @@ -305,3 +303,7 @@ fuSELFUPDATE "$0" "$@" fuUPDATER fuRESTORE_EWSCFG fuRESTORE_HPFEEDS + +echo +echo "### Please reboot." +echo