mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Setup Script - removed whiptail color settings and use the default
This commit is contained in:
@@ -301,14 +301,6 @@ whiptail_bond_nics() {
|
|||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
}
|
}
|
||||||
whiptail_colors() {
|
|
||||||
NEWT_COLORS='
|
|
||||||
window=,red
|
|
||||||
border=white,red
|
|
||||||
textbox=white,red
|
|
||||||
button=black,white
|
|
||||||
'
|
|
||||||
}
|
|
||||||
|
|
||||||
whiptail_check_exitstatus() {
|
whiptail_check_exitstatus() {
|
||||||
if [ $1 == '1' ]; then
|
if [ $1 == '1' ]; then
|
||||||
@@ -427,7 +419,6 @@ whiptail_you_sure() {
|
|||||||
# End Functions
|
# End Functions
|
||||||
|
|
||||||
# Check for prerequisites
|
# Check for prerequisites
|
||||||
whiptail_colors
|
|
||||||
echo "Checking for Root"
|
echo "Checking for Root"
|
||||||
got_root
|
got_root
|
||||||
echo "Detecting OS"
|
echo "Detecting OS"
|
||||||
|
|||||||
Reference in New Issue
Block a user