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
|
||||
fi
|
||||
|
||||
}update_sudoers() {
|
||||
}
|
||||
|
||||
update_sudoers() {
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user