diff --git a/functions/menu.sh b/functions/menu.sh index ec2e57c9..712d580a 100644 --- a/functions/menu.sh +++ b/functions/menu.sh @@ -53,8 +53,8 @@ menu(){ cd "$script_path" || exit clear -x title - echo "Choose your update type" - echo "_______________________" + 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 @@ -81,7 +81,7 @@ menu(){ clear -x title echo "Choose your update options" - echo "__________________________" + 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"