From 8142691be1a8b6a3b006136984caac6d33ecd721 Mon Sep 17 00:00:00 2001 From: Antynea Date: Fri, 24 Sep 2021 15:54:04 +0200 Subject: [PATCH] Adds missing newline * Adds missing newline: "\n" was missing. --- 41_snapshots-btrfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/41_snapshots-btrfs b/41_snapshots-btrfs index abf7be5..8ce7836 100755 --- a/41_snapshots-btrfs +++ b/41_snapshots-btrfs @@ -157,7 +157,7 @@ if [[ -d "$gbgmp" ]]; then done if [[ "$wait" != true ]]; then if ! rm -d "$gbgmp" >/dev/null 2>&1; then - printf "Unable to delete %s: Device or ressource is busy" "$gbgmp" >&2; + printf "Unable to delete %s: Device or ressource is busy\n" "$gbgmp" >&2; fi fi fi