Adds missing newline

* Adds missing newline:
  "\n" was missing.
This commit is contained in:
Antynea
2021-09-24 15:54:04 +02:00
committed by GitHub
parent bab78d4ed8
commit 8142691be1

View File

@@ -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