diff --git a/oca-repos-manager.sh b/oca-repos-manager.sh index 715d2bd..feced83 100644 --- a/oca-repos-manager.sh +++ b/oca-repos-manager.sh @@ -353,13 +353,9 @@ get_config_file() { main_menu() { while true; do echo - if [[ ! -z "${odoo_version+x}" ]]; then - echo "********************************************************" - printf "${bold}%s ${color_success}%b${color_end}\n" " > Odoo target version:" "${odoo_version}" - fi - if [[ ! -z "${oca_addons_install_path+x:-}" ]]; then - printf "${bold}%s ${color_success}%b${color_end}\n" " > OCA addons install path:" "${oca_addons_install_path}" - fi + echo "********************************************************" + printf "${bold}%s ${color_success}%b${color_end}\n" " > Odoo target version:" "${odoo_version}" + printf "${bold}%s ${color_success}%b${color_end}\n" " > OCA addons install path:" "${oca_addons_install_path}" echo "********************************************************" echo echo "1) Clone OCA repositories"