mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Move reboot message to the end
This commit is contained in:
parent
8b2898bd4e
commit
4b3337de48
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue