bundles/backup-client: fix missing space in generate-backup
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
c25233b991
commit
a86e04683a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ fi
|
||||||
|
|
||||||
run-parts --exit-on-error -- /etc/backup-pre-hooks.d
|
run-parts --exit-on-error -- /etc/backup-pre-hooks.d
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
if [[ $exitcode != 0]]
|
if [[ $exitcode != 0 ]]
|
||||||
then
|
then
|
||||||
echo "hook $exitcode" > "$statusfile"
|
echo "hook $exitcode" > "$statusfile"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue