This commit is contained in:
nelle 2024-09-17 20:43:56 -06:00
parent 744e90f94b
commit 93b4031f07

View file

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