Skip to content

Commit

Permalink
Fix rsync for app-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Sep 2, 2023
1 parent 12b1e7d commit 928560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rm -rf /ComfyUI

# Sync Application Manager to workspace to support Network volumes
echo "Syncing Application Manager to workspace, please wait..."
rsync -au /app-manager /workspace/app-manager/
rsync -au /app-manager/ /workspace/app-manager/
rm -rf /app-manager

# Fix the venvs to make them work from /workspace
Expand Down

0 comments on commit 928560b

Please sign in to comment.