refactor(settings_menu.sh): print mainsail and fluidd in a single row

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-27 13:08:19 +02:00
parent a144c68d32
commit b51f86dc3f

View File

@@ -67,8 +67,7 @@ function settings_ui() {
printf "| %-70s|\n" "${custom_repo} (${custom_branch})" printf "| %-70s|\n" "${custom_repo} (${custom_branch})"
hr hr
echo -e "| Install unstable releases: |" echo -e "| Install unstable releases: |"
printf "| Mainsail: %-55s|\n" "${ms_pre_rls}" printf "| Mainsail: %-29sFluidd: %-27s|\n" "${ms_pre_rls}" "${fl_pre_rls}"
printf "| Fluidd: %-55s|\n" "${fl_pre_rls}"
hr hr
printf "| Backup before updating: %-42s|\n" "${bbu}" printf "| Backup before updating: %-42s|\n" "${bbu}"
hr hr