mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add additional test modes
This commit is contained in:
@@ -101,8 +101,10 @@ desktop_salt_local() {
|
|||||||
Press the Enter key to reboot.
|
Press the Enter key to reboot.
|
||||||
EOM
|
EOM
|
||||||
|
|
||||||
whiptail --title "$whiptail_title" --msgbox "$message" 12 75
|
if [[ -z "$TESTING" ]]; then
|
||||||
reboot
|
whiptail --title "$whiptail_title" --msgbox "$message" 12 75
|
||||||
|
reboot
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user