diff --git a/atualizar.sh b/atualizar.sh index 2971ed9..14801bc 100644 --- a/atualizar.sh +++ b/atualizar.sh @@ -27,4 +27,7 @@ elif [ "$REMOTE" = "$BASE" ]; then echo "Repositório local tem commits que o remoto não tem." else echo "Repositório local e remoto divergiram." -fi \ No newline at end of file +fi + + +bash start.sh \ No newline at end of file