mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix copy
This commit is contained in:
@@ -794,13 +794,8 @@ verify_latest_update_script() {
|
|||||||
echo "This version of the soup script is up to date. Proceeding."
|
echo "This version of the soup script is up to date. Proceeding."
|
||||||
else
|
else
|
||||||
echo "You are not running the latest soup version. Updating soup and its components. This might take multiple runs to complete."
|
echo "You are not running the latest soup version. Updating soup and its components. This might take multiple runs to complete."
|
||||||
cp $UPDATE_DIR/salt/common/tools/sbin/* $DEFAULT_SALT_DIR/salt/common/tools/sbin/.
|
\cp -v $UPDATE_DIR/salt/common/tools/sbin/* $DEFAULT_SALT_DIR/salt/common/tools/sbin/.
|
||||||
#cp $UPDATE_DIR/salt/common/tools/sbin/* /usr/sbin/.
|
\cp -v $UPDATE_DIR/salt/manager/tools/sbin/* $DEFAULT_SALT_DIR/salt/manager/tools/sbin/.
|
||||||
cp $UPDATE_DIR/salt/manager/tools/sbin/* $DEFAULT_SALT_DIR/salt/manager/tools/sbin/.
|
|
||||||
#cp $UPDATE_DIR/salt/manager/tools/sbin/* /usr/sbin/.
|
|
||||||
|
|
||||||
#rm -f $DEFAULT_SALT_DIR/salt/common/tools/sbin/soup
|
|
||||||
#rm -f $DEFAULT_SALT_DIR/salt/common/tools/sbin/so-firewall
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user