update deploy scripts to rename public jar name
This commit is contained in:
parent
8a78b494fb
commit
a94dd76e9d
|
|
@ -76,6 +76,7 @@ for jar_with_args in "${jars[@]}"; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
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