fix: script update

Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
pull/887/head
Gordon 2 years ago
parent 975b9ef62b
commit 8c05b2771a

@ -104,7 +104,7 @@ for i in ${need_to_start_server_shell[*]}; do
# Check if the script executed successfully # Check if the script executed successfully
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
# Print error message and exit # Print error message and exit
echo -e"${RED_PREFIX}${BOLD_PREFIX}Error executing ${i}. Exiting...${COLOR_SUFFIX}" echo -e "${RED_PREFIX}${BOLD_PREFIX}Error executing ${i}. Exiting...${COLOR_SUFFIX}"
exit -1 exit -1
fi fi
done done

Loading…
Cancel
Save