rename watch-build

This commit is contained in:
2025-11-26 14:37:43 +02:00
parent 04a75e9175
commit e5d0200c96
2 changed files with 1 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ echo "{
echo -e "${GREEN}.vscode/sftp.json created successfully${NC}" echo -e "${GREEN}.vscode/sftp.json created successfully${NC}"
# Go through scripts, add variables and add them to project folder # Go through scripts, add variables and add them to project folder
scripts=("build-watch.sh" "local-remote.sh" "remote-local.sh" "sftp-watch.sh") scripts=("watch-build.sh" "local-remote.sh" "remote-local.sh" "sftp-watch.sh")
for script in "${scripts[@]}"; do for script in "${scripts[@]}"; do
# Add variables to script # Add variables to script