From 15dfed8f83a1bf7cdda980e731e9d1f6448f4fd1 Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:57:03 +0200 Subject: [PATCH] Cosmetic changes --- vli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vli.sh b/vli.sh index a63d67b..d35dac9 100755 --- a/vli.sh +++ b/vli.sh @@ -707,7 +707,7 @@ function disk_wiping { echo -e -n "\nDrive unmounted successfully.\n" fi - echo -e -n "\nWiping the drive...\n" + echo -e -n "\nWiping the drive...\n\n" wipefs -a "$user_drive" sync echo -e -n "\nDrive successfully wiped.\n\n"