mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
Adds missing newline
* Adds missing newline: "\n" was missing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user