Skip to content

Commit

Permalink
bugfix: empty if in bash is an error
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Dec 19, 2024
1 parent 1fc01f8 commit 436ba50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ if [ ! -f "${ROOT}/opt/swarms/install/setup.txt" ]; then
git checkout --force $BRANCH
git pull
git log -2 --patch | head -1000
if [ ! -d "${ROOT}/opt/swarms-memory/" ];
then
# if [ ! -d "${ROOT}/opt/swarms-memory/" ];
# then
# git clone https://github.com/The-Swarm-Corporation/swarms-memory "${ROOT}/opt/swarms-memory"
fi
# fi
# where the swarms will run
mkdir -p "${ROOT}/var/swarms/agent_workspace/"
mkdir -p "${ROOT}/home/swarms"
Expand Down

0 comments on commit 436ba50

Please sign in to comment.