We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15758c5 commit 9f2cce3Copy full SHA for 9f2cce3
1 file changed
java/entrypoint.sh
@@ -29,10 +29,9 @@ cat << 'EOF'
29
/ ____/ / / (__ ) / / / / / /| / /_/ / /_/ / __(__ )
30
/_/ /_/ /_/____/_/ /_/ /_/_/ |_/\____/\__,_/\___/____/
31
EOF
32
-
33
-echo -e "${GREEN} booting up your server"
34
echo -e "========================================================================================================"
35
echo -e "${LBLUE}Thankyou for choosing PrismNodes! Need help? Reach us on Discord: discord.gg/prismnodes ${RESET_COLOR}"
36
+echo -e "${GREEN} booting up your server"
37
eval "${MODIFIED_STARTUP}"
38
-echo -e "Your server is now ${RED}off ${RESET_COLOR}"
+echo -e "${RED}Your server is now off${RESET_COLOR}"
0 commit comments