whoops
This commit is contained in:
parent
744e90f94b
commit
93b4031f07
1 changed files with 3 additions and 3 deletions
6
build.sh
6
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 ../
|
||||
|
|
Loading…
Reference in a new issue