Skip to content

Commit

Permalink
bugfix: update root path to remove api
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 19, 2024
1 parent 436ba50 commit fbbe514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
export BRANCH="main"
export ROOT="/mnt/data1/swarmsdeploy"
export ROOT="" # empty
export WORKSOURCE="${ROOT}/opt/swarms/api"
export WORKSOURCE="${ROOT}/opt/swarms"
export GIT=https://github.com/jmikedupont2/SwarmDeploy.git

if [ ! -d "${ROOT}/opt/swarms/install/" ]; then
Expand Down

0 comments on commit fbbe514

Please sign in to comment.