From 8d789fe09a7984291318f4ee467d1ccc3bd38473 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 31 Jul 2022 23:14:00 -0600 Subject: [PATCH] Remove warning newline --- functions/backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/backup.sh b/functions/backup.sh index 1226c9d3..581b3bc1 100644 --- a/functions/backup.sh +++ b/functions/backup.sh @@ -148,7 +148,7 @@ do while true do clear -x - echo -e "\nWARNING:\nThis is NOT guranteed to work\nThis is ONLY supposed to be used as a LAST RESORT\nConsider rolling back your applications instead if possible" + echo -e "WARNING:\nThis is NOT guranteed to work\nThis is ONLY supposed to be used as a LAST RESORT\nConsider rolling back your applications instead if possible" echo -e "\n\nYou have chosen:\n$restore_point\n\n" read -rt 120 -p "Would you like to proceed with restore? (y/N): " yesno || { echo -e "\nFailed to make a selection in time" ; exit; } case $yesno in @@ -170,4 +170,4 @@ do done done } -export -f restore \ No newline at end of file +export -f restore