update deploy scripts to rename public jar name

This commit is contained in:
weiweiw 2024-08-24 10:11:18 +08:00
parent 8a78b494fb
commit a94dd76e9d
1 changed files with 1 additions and 0 deletions

View File

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