update deploy.sh
This commit is contained in:
parent
e7e2f43ea1
commit
c3c2e4be0a
|
|
@ -54,7 +54,7 @@ for jar_with_args in "${jars[@]}"; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
cd $app_workspace || { echo "Failed to change directory to $app_workspace"; exit 1; }
|
cd $deploy_path || { echo "Failed to change directory to $deploy_path"; exit 1; }
|
||||||
# Iterate over the JAR files array
|
# Iterate over the JAR files array
|
||||||
for jar in "${jars[@]}"; do
|
for jar in "${jars[@]}"; do
|
||||||
echo "Starting $jar"
|
echo "Starting $jar"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue