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