From ba7ab0eb8bcc2e3ad122537f54abd74eef39bd12 Mon Sep 17 00:00:00 2001 From: ronivay Date: Thu, 26 Jul 2018 19:23:01 +0300 Subject: [PATCH] -typos --- tests/README.md | 2 +- xo-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index a5ffdff..0826d24 100644 --- a/tests/README.md +++ b/tests/README.md @@ -5,7 +5,7 @@ Automated tests to run installation on different operating systems and make sure `run-tests.sh` without arguments builds up each vagrant box one by one and outputs if curl check was successful or not. ``` -./run-tests-all.sh +./run-tests.sh CentOS HTTP Check: success Debian HTTP Check: success Ubuntu HTTP Check: success diff --git a/xo-install.sh b/xo-install.sh index ad80b28..9016bf2 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -317,7 +317,7 @@ function InstallXO { else echo echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details" - exit 1; + exit 1 fi } 2>$LOGFILE