Skip to content

Commit

Permalink
comment out script copy in soup
Browse files Browse the repository at this point in the history
  • Loading branch information
m0duspwnens committed Feb 13, 2024
1 parent 5c9b1ab commit d7f853b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/manager/tools/sbin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,9 @@ verify_latest_update_script() {
else
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 $UPDATE_DIR/salt/common/tools/sbin/* /usr/sbin/.
#cp $UPDATE_DIR/salt/common/tools/sbin/* /usr/sbin/.
cp $UPDATE_DIR/salt/manager/tools/sbin/* $DEFAULT_SALT_DIR/salt/manager/tools/sbin/.
cp $UPDATE_DIR/salt/manager/tools/sbin/* /usr/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
Expand Down

0 comments on commit d7f853b

Please sign in to comment.