mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-14 04:01:23 +01:00
pass in UPDATE_DIR as a pillar
This commit is contained in:
@@ -803,7 +803,7 @@ verify_latest_update_script() {
|
||||
echo "Succesfully updated soup scripts."
|
||||
else
|
||||
echo "There was a problem updating soup scripts. Trying to rerun script update."
|
||||
salt-call state.apply common.soup_scripts queue=True -linfo --file-root=$UPDATE_DIR/salt --local
|
||||
salt-call state.apply common.soup_scripts queue=True -linfo --file-root=$UPDATE_DIR/salt --local pillar="{'UPDATE_DIR': $UPDATE_DIR}"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user