fix stopping bg jobs in readme.md

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-03-18 20:28:34 +01:00
parent 78ee89d3c2
commit bc58dfb63d
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ background "./notify" "jobname"
```
All output of the script will be sent to the user or chat. To stop a background job use:
```
stopback "jobname"
killback "jobname"
```
You can restart the last running background jobs, e.g. after a reboot, with the command:
```