diff --git a/cmd/openim-rpc/openim-rpc-auth/main.go b/cmd/openim-rpc/openim-rpc-auth/main.go index 832b6b2f7..d00b2ad7d 100644 --- a/cmd/openim-rpc/openim-rpc-auth/main.go +++ b/cmd/openim-rpc/openim-rpc-auth/main.go @@ -28,4 +28,4 @@ func main() { program.ExitWithError(err) } -} +} \ No newline at end of file diff --git a/scripts/start-all.sh b/scripts/start-all.sh index 3b95dace1..acc926f59 100755 --- a/scripts/start-all.sh +++ b/scripts/start-all.sh @@ -73,7 +73,6 @@ openim::log::status "Start the pre-start tools:" # exit 1 # fi - openim::log::colorless "pre-start has been successfully completed!" result=$("${OPENIM_ROOT}"/scripts/stop-all.sh)