Skip to content

Commit

Permalink
Adds missing newline
Browse files Browse the repository at this point in the history
* Adds missing newline:
  "\n" was missing.
  • Loading branch information
Antynea authored Sep 24, 2021
1 parent bab78d4 commit 8142691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 41_snapshots-btrfs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8142691

Please sign in to comment.