feat: local paths/users

This commit is contained in:
uprightbass360
2025-10-29 01:35:09 -04:00
parent bf6a53495d
commit cf8229d1c6
8 changed files with 176 additions and 41 deletions

View File

@@ -163,8 +163,8 @@ setup_remote_repository(){
exit 1
fi
# Create local-storage directory structure
run_ssh "mkdir -p '$PROJECT_DIR/local-storage/modules'"
# Create local-storage directory structure with proper ownership
run_ssh "mkdir -p '$PROJECT_DIR/local-storage/modules' && chown -R $USER: '$PROJECT_DIR/local-storage'"
echo " • Repository synchronized ✓"
}