mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-03 18:08:56 +02:00
Update reboot language
This commit is contained in:
+2
-2
@@ -958,7 +958,7 @@ whiptail_setup_complete() {
|
|||||||
|
|
||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
whiptail --title "Security Onion Setup" --msgbox "Finished $install_type install. Press ENTER to reboot." 8 75
|
whiptail --title "Security Onion Setup" --msgbox "Finished $install_type install. Press Ok to reboot." 8 75
|
||||||
install_cleanup >> $setup_log 2>&1
|
install_cleanup >> $setup_log 2>&1
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -967,7 +967,7 @@ whiptail_setup_failed() {
|
|||||||
|
|
||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
whiptail --title "Security Onion Setup" --msgbox "Install had a problem. Please see $setup_log for details. Press ENTER to reboot." 8 75
|
whiptail --title "Security Onion Setup" --msgbox "Install had a problem. Please see $setup_log for details. Press Ok to reboot." 8 75
|
||||||
install_cleanup >> $setup_log 2>&1
|
install_cleanup >> $setup_log 2>&1
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user