diff --git a/build.sh b/build.sh index 4c27883..e908551 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ if [ "$choice" = "y" ]; then if [ "$choice" = "y" ]; then read -p "$(echo -e ${FIRST_TIME_Q})" choice if [ "$choice" = "y" ]; then - echo -e "${IMPREGNATING}}" + echo -e "${IMPREGNATING}" cd backend mkdir build mkdir build/libs @@ -64,7 +64,7 @@ elif [ "$choice" = "n" ]; then if [ "$choice" = "y" ]; then read -p "$(echo -e ${FIRST_TIME_Q})" choice if [ "$choice" = "y" ]; then - echo -e "${IMPREGNATING}}" + echo -e "${IMPREGNATING}" cd backend mkdir build mkdir build/libs @@ -78,7 +78,7 @@ elif [ "$choice" = "n" ]; then echo -e "${NO_CHOICE}" fi - echo -e "${BUILDING_BACK}}" + echo -e "${BUILDING_BACK}" cd backend ./gradlew shadowJar cd ../