mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42: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 "### 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
|
||||||
|
|
Loading…
Reference in a new issue