1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

Documentation minor fixes

This commit is contained in:
Geraldo Ribeiro 2018-11-06 08:32:48 -02:00 committed by Oliver Giles
parent cc7d9fa4da
commit ce52a382f0

View File

@ -97,7 +97,7 @@ Laminar uses your script's exit code to determine whether to mark the run as suc
Don't forget to mark the script executable:
```bash
chmod +x /var/lib/laminar/cfg/hello.run
chmod +x /var/lib/laminar/cfg/jobs/hello.run
```
---
@ -128,7 +128,7 @@ To launch and run the `hello` job to completion, execute
laminarc run hello
```
In all cases, a started run means the `/var/lib/laminar/cfg/hello.run` script will be executed, with a working directory of `/var/lib/laminar/run/hello/1` (or current run number)
In all cases, a started run means the `/var/lib/laminar/cfg/jobs/hello.run` script will be executed, with a working directory of `/var/lib/laminar/run/hello/1` (or current run number)
The result and log output should be visible in the Web UI at http://localhost:8080/jobs/hello/1