update build script

This commit is contained in:
nelle 2024-09-15 20:12:10 -06:00
parent 69dfeab125
commit 9ac62fdf89

View file

@ -9,6 +9,7 @@ if [ "$choice" = "y" ]; then
echo "building backend!"
cd backend
./gradlew shadowJar
systemctl restart nelle-observer-api
elif [ "$choice" = "n" ]; then
echo "exiting..."
elif [ "$choice" = "c" ]; then
@ -22,6 +23,7 @@ elif [ "$choice" = "n" ]; then
echo "building backend!"
cd backend
./gradlew shadowJar
systemctl restart nelle-observer-api
elif [ "$choice" = "n" ]; then
echo "exiting..."
elif [ "$choice" = "c" ]; then