mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Send stderr to /dev/null as well, since it's already been decided this output is unsuited for the logfile based on the comment
This commit is contained in:
@@ -1217,7 +1217,7 @@ salt_checkin() {
|
|||||||
|
|
||||||
# Run a salt command to generate the minion key
|
# Run a salt command to generate the minion key
|
||||||
salt_firstcheckin() {
|
salt_firstcheckin() {
|
||||||
salt-call state.show_top >> /dev/null # send output to /dev/null because we don't actually care about the ouput
|
salt-call state.show_top >> /dev/null 2>&1 # send output to /dev/null because we don't actually care about the ouput
|
||||||
}
|
}
|
||||||
|
|
||||||
set_base_heapsizes() {
|
set_base_heapsizes() {
|
||||||
|
|||||||
Reference in New Issue
Block a user