Merge main into sweep/fix-incorrect-links

pull/877/head
sweep-ai[bot] 2 years ago committed by GitHub
commit b00b4f1fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ for i in ${need_to_start_server_shell[*]}; do
./$i ./$i
# 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(please check open-im-server/logs/openIM.log)... ${COLOR_SUFFIX}" echo -e "${RED_PREFIX}${BOLD_PREFIX}Error executing ${i}. Exiting(please check open-im-server/logs/openIM.log)... ${COLOR_SUFFIX}"
exit -1 exit -1

Loading…
Cancel
Save