diff options
-rwxr-xr-x | local/bin/system-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/system-backup b/local/bin/system-backup index fde63c4..c3957ab 100755 --- a/local/bin/system-backup +++ b/local/bin/system-backup @@ -63,7 +63,7 @@ done) sync -f "$MPATH"/@"$MNAME" umount "$MPATH" || (echo Unmount failed. Unmount by hand. && exit -5) if $CRYPT; then - cryptsetup close backup_enc || (echo Encryption close failed. Do by hand. && exit -6) + cryptsetup close backup || (echo Encryption close failed. Do by hand. && exit -6) fi # Store when we did last backup and update i3blocks status |