From c1b04c62c63aee5e43e414659c761c4ed75edec0 Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:39:57 +0200 Subject: [PATCH] Add missing colours --- vli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vli.sh b/vli.sh index 658eccf..9e7711f 100755 --- a/vli.sh +++ b/vli.sh @@ -679,7 +679,7 @@ function disk_wiping { echo -e -n "\nPrinting all the connected drives:\n\n" lsblk -p - echo -e -n "\nWhich drive do you want to wipe?\nIt will be automatically selected as the drive to be partitioned.\n\nPlease enter the full drive path (i.e. /dev/sda): " + echo -e -n "\nWhich ${BLUE_LIGHT}drive${NORMAL} do you want to ${BLUE_LIGHT}wipe${NORMAL}?\nIt will be automatically selected as the drive to be partitioned.\n\nPlease enter the full drive path (i.e. /dev/sda): " read -r user_drive if [[ ! -b "$user_drive" ]] ; then