From 16734d44f7dd2f663c8b7b06581dfd56d5be52e8 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 21 May 2019 03:16:52 -0600 Subject: [PATCH] fix func name typo --- f2b-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f2b-config.sh b/f2b-config.sh index c5be41b..5ca9c27 100755 --- a/f2b-config.sh +++ b/f2b-config.sh @@ -17,7 +17,7 @@ note="\e[95m" ### functions -function copyFailureure { +function copyFailure { echo echo -e "${err}There was a problem backing up your current configuration." echo -e "This suggests some kind of permissions error. Please remedy this" \