mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Setup Script - Fix Else
This commit is contained in:
@@ -458,7 +458,9 @@ set_node_type() {
|
|||||||
$NODETYPE=warm
|
$NODETYPE=warm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}update_sudoers() {
|
}
|
||||||
|
|
||||||
|
update_sudoers() {
|
||||||
|
|
||||||
# Update Sudoers so that socore can accept keys without a password
|
# Update Sudoers so that socore can accept keys without a password
|
||||||
echo "socore ALL=(ALL) NOPASSWD:/usr/bin/salt-key" | sudo tee -a /etc/sudoers
|
echo "socore ALL=(ALL) NOPASSWD:/usr/bin/salt-key" | sudo tee -a /etc/sudoers
|
||||||
@@ -921,4 +923,4 @@ if (whiptail_you_sure); then
|
|||||||
|
|
||||||
else
|
else
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user