From 00bf9379db8069a92796c5bcc2e905a90257856f Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 21 May 2019 03:25:33 -0600 Subject: [PATCH] fixed copyFailure notification text --- f2b-config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/f2b-config.sh b/f2b-config.sh index 1a05283..8f1eb22 100755 --- a/f2b-config.sh +++ b/f2b-config.sh @@ -19,7 +19,8 @@ note="\e[95m" function copyFailure { echo - echo -e "${err}There was a problem backing up your current configuration." + echo -e "${err}There was a problem backing-up/copying the configuration" \ + "files." echo -e "This suggests some kind of permissions error. Please remedy this" \ "and rerun" echo -e "this script."