From 489c18c402ed727b2c078a309600900c093f6bb2 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 21 May 2019 04:20:48 -0600 Subject: [PATCH] update copyFailure output text --- f2b-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f2b-config.sh b/f2b-config.sh index 3ea49e8..921904a 100755 --- a/f2b-config.sh +++ b/f2b-config.sh @@ -25,7 +25,7 @@ function copyFailure { "and rerun" echo -e "this script." echo - echo -e "${note}Error backing up: ${lit}$1" + echo -e "${normal}Error copying: ${lit}$1" echo echo -e "${err}Exiting.${normal}" echo