From 9ac62fdf89a24f3c3e5bde0349526d74c41689fd Mon Sep 17 00:00:00 2001 From: limepotato Date: Sun, 15 Sep 2024 20:12:10 -0600 Subject: [PATCH] update build script --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 131cda4..88d1ede 100755 --- a/build.sh +++ b/build.sh @@ -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