Skip to content

Commit

Permalink
feat: add test file
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong(cubxxw-openim) <[email protected]>
  • Loading branch information
cubxxw committed Aug 29, 2023
1 parent f608e7d commit 651de05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/check_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
SCRIPTS_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
OPENIM_ROOT=$(dirname "${SCRIPTS_ROOT}")/..

DATA="date '+%H:%M:%S'"
echo "# Start Chat check_all.sh ${DATA}"
exec > ${OPENIM_ROOT}/logs/openIM.log 2>&1

#Include shell font styles and some basic information
source $SCRIPTS_ROOT/style_info.sh
source $SCRIPTS_ROOT/path_info.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker_start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ for ((i = 0; i < ${#service_filenames[*]}; i++)); do
done
done

sleep 20
sleep 50
${OPENIM_ROOT}/scripts/check_all.sh

tail -f ${logs_dir}/openIM.log

0 comments on commit 651de05

Please sign in to comment.