docs: improve (#1121)

This commit is contained in:
Benjamin Herbert 2025-07-10 23:32:35 +02:00 committed by GitHub
parent 8a66d658eb
commit 3300775a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ for the Jenkins Operator.
Two commands (e.g. scripts) are required: Two commands (e.g. scripts) are required:
- a backup command, e.g. `backup.sh` that takes one argument, a **backup number** - a backup command, e.g. `backup.sh` that takes one argument, a **backup number**
- a restore command, e.g. `backup.sh` that takes one argument, a **backup number** - a restore command, e.g. `restore.sh` that takes one argument, a **backup number**
Both scripts need to return an exit code of `0` on success and `1` or greater for failure. Both scripts need to return an exit code of `0` on success and `1` or greater for failure.