|
|
|
@ -63,13 +63,14 @@ function execute_start_scripts() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if openim::util::is_running_in_container; then
|
|
|
|
|
echo "container!!!!11111111111"
|
|
|
|
|
exec > ${DOCKER_LOG_FILE} 2>&1
|
|
|
|
|
|
|
|
|
|
else
|
|
|
|
|
echo "host!!!!"
|
|
|
|
|
echo "host!!!!11111111111"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
openim::golang::check_openim_binaries
|
|
|
|
|
if [[ $? -ne 0 ]]; then
|
|
|
|
|
openim::log::error "OpenIM binaries are not found. Please run 'make build' to build binaries."
|
|
|
|
|