diff --git a/aula-10/setup.sh b/aula-10/setup.sh index cdcf717..02280bf 100755 --- a/aula-10/setup.sh +++ b/aula-10/setup.sh @@ -112,7 +112,7 @@ collect_user_input() { echo "" # Carregar configuração existente - load_config + load_config || true # Se já tem GITLAB_HOST configurado, oferecer usar if [[ -n "$GITLAB_HOST" ]]; then