From 340b5b7e6dd2cd9ac27f4afeb8592cddd39d7471 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 26 Jul 2022 14:44:29 -0600 Subject: [PATCH] formatting --- functions/menu.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/functions/menu.sh b/functions/menu.sh index 4c65a68e..bc79d7b8 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -53,7 +53,8 @@ menu(){ cd "$script_path" || exit clear -x title - echo "--Choose your update type--" + echo "Choose your update type" + echo "_______________________" echo "1) -U | Update all applications, ignores versions" echo "2) -u | Update all applications, does not update Major releases" echo @@ -79,8 +80,8 @@ menu(){ do clear -x title - echo "--Choose your update options--" - echo + echo "Choose your update options" + echo "__________________________" echo "1) -b | Back-up your ix-applications dataset, specify a number after -b" echo "2) -i | Add application to ignore list, one by one, see example below." echo "3) -r | Roll-back applications if they fail to update"