-typos
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user