update deploy.sh

This commit is contained in:
weiweiw 2024-08-05 15:13:01 +08:00
parent 00a653222a
commit e7e2f43ea1
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ for jar_with_args in "${jars[@]}"; do
fi
done
cd $app_workspace || { echo "Failed to change directory to $app_workspace"; exit 1; }
# Iterate over the JAR files array
for jar in "${jars[@]}"; do
echo "Starting $jar"