From 01aa0589307370752ac1d0feb8bf372bdd3a9178 Mon Sep 17 00:00:00 2001 From: Tech Perplexed <15312691+TechPerplexed@users.noreply.github.com> Date: Mon, 10 Dec 2018 18:38:30 -0700 Subject: [PATCH] Update backup-create.sh --- install/misc/backup-create.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/misc/backup-create.sh b/install/misc/backup-create.sh index f2a77522..0cfb32ea 100644 --- a/install/misc/backup-create.sh +++ b/install/misc/backup-create.sh @@ -42,8 +42,8 @@ if [[ ${REPLY} =~ ^[Yy]$ ]]; then clear echo "${YELLOW}" echo "--------------------------------------------------" - echo " Done! The backup can be found in" - echo " your Gdrive: Backup folder (on Google)" + echo " Done! The backup can be found in your" + echo " Backup folder (on the Google drive)" echo "--------------------------------------------------" echo "${STD}"