Skip to content

Commit 9f2cce3

Browse files
committed
making the shell looks nicer
1 parent 15758c5 commit 9f2cce3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

java/entrypoint.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ cat << 'EOF'
2929
/ ____/ / / (__ ) / / / / / /| / /_/ / /_/ / __(__ )
3030
/_/ /_/ /_/____/_/ /_/ /_/_/ |_/\____/\__,_/\___/____/
3131
EOF
32-
33-
echo -e "${GREEN} booting up your server"
3432
echo -e "========================================================================================================"
3533
echo -e "${LBLUE}Thankyou for choosing PrismNodes! Need help? Reach us on Discord: discord.gg/prismnodes ${RESET_COLOR}"
3634
echo -e "========================================================================================================"
35+
echo -e "${GREEN} booting up your server"
3736
eval "${MODIFIED_STARTUP}"
38-
echo -e "Your server is now ${RED}off ${RESET_COLOR}"
37+
echo -e "${RED}Your server is now off${RESET_COLOR}"

0 commit comments

Comments
 (0)