Skip to content

Commit

Permalink
Update backup-functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
proura authored Dec 5, 2022
1 parent d138b0b commit 2b39666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/drlm/lib/backup-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ function disable_backup () {
# Detach NBD device
if [ -n "$NBD_DEVICE" ]; then
if disable_nbd $NBD_DEVICE; then
LogPrint "- ached NBD device ($NBD_DEVICE)"
LogPrint "- detached NBD device ($NBD_DEVICE)"
else
Error "- Problem detaching NBD device ($NBD_DEVICE)"
fi
Expand Down

0 comments on commit 2b39666

Please sign in to comment.