bundles/backup-client: fix missing space in generate-backup
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-09 07:17:25 +01:00
parent c25233b991
commit a86e04683a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -11,7 +11,7 @@ fi
run-parts --exit-on-error -- /etc/backup-pre-hooks.d
exitcode=$?
if [[ $exitcode != 0]]
if [[ $exitcode != 0 ]]
then
echo "hook $exitcode" > "$statusfile"
exit 1