mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-29 15:30:03 +08:00
fix: script update
Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
This commit is contained in:
parent
d88e77868d
commit
975b9ef62b
@ -104,7 +104,7 @@ for i in ${need_to_start_server_shell[*]}; do
|
||||
# Check if the script executed successfully
|
||||
if [ $? -ne 0 ]; then
|
||||
# Print error message and exit
|
||||
echo "${RED_BOLD}Error executing ${i}. Exiting...${COLOR_SUFFIX}"
|
||||
echo -e"${RED_PREFIX}${BOLD_PREFIX}Error executing ${i}. Exiting...${COLOR_SUFFIX}"
|
||||
exit -1
|
||||
fi
|
||||
done
|
||||
|
||||
@ -62,7 +62,6 @@ function style-info() {
|
||||
BACKGROUND_LIGHT_SKY_BLUE="\033[106m" # Light sky blue background
|
||||
BACKGROUND_LIGHT_WHITE="\033[107m" # Light white background
|
||||
|
||||
RED_BOLD="\033[1;31m"
|
||||
}
|
||||
|
||||
style-info
|
||||
Loading…
x
Reference in New Issue
Block a user