mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Escape single quotes and allow for any character in node description
This commit is contained in:
@@ -1509,7 +1509,7 @@ host_pillar() {
|
||||
" mainint: '$MNIC'"\
|
||||
"sensoroni:"\
|
||||
" node_address: '$MAINIP'"\
|
||||
" node_description: '$NODE_DESCRIPTION'"\
|
||||
" node_description: '${NODE_DESCRIPTION//\'/''}'"\
|
||||
"" > "$pillar_file"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user