Skip to content

Commit

Permalink
Marlinhares/fix 102 centos7 (#110)
Browse files Browse the repository at this point in the history
* Ajuste na imagem base centos para repositorio alternativo

* ajuste no ffmpeg e oracle client 23

* SqlServer 2019

* Ajuste no modulo resposta que agora eh privado

* Ajuste no script de habilitacao do protocolo digital

* Ajuste na esteira do Protocolo Digital para SEI5
  • Loading branch information
marlinhares authored Jan 22, 2025
1 parent 6d14ab2 commit 4e43e84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ if [ "$MODULO_RESPOSTA_INSTALAR" == "true" ]; then
echo "Sincronizando nova versão do módulo de resposta"
rm -rf /opt/sei/web/modulos/mod-sei-resposta/
cd /sei-modulos/mod-sei-resposta
git remote set-url origin https://${GITUSER_REPO_MODULOS:-dummy}:${GITPASS_REPO_MODULOS:-dummy}@github.com/pengovbr/mod-sei-resposta.git
git pull || true

cp -Rf /sei-modulos/mod-sei-resposta /opt/sei/web/modulos/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
$objUsuarioDTO->setNumIdContato(null);
$objUsuarioDTO->setStrStaTipo(UsuarioRN::$TU_SISTEMA);
$objUsuarioDTO->setStrSenha(null);
try{
$objUsuarioDTO->setStrSinAcessibilidade('N');
}catch(Exception $e){;}
$objUsuarioDTO->setStrSinAtivo('S');

$objUsuarioRN = new UsuarioRN();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ if [ "$MODULO_RESPOSTA_INSTALAR" == "true" ]; then
echo "Sincronizando nova versão do módulo de resposta"
rm -rf /opt/sei/web/modulos/mod-sei-resposta/
cd /sei-modulos/mod-sei-resposta
git remote set-url origin https://${GITUSER_REPO_MODULOS:-dummy}:${GITPASS_REPO_MODULOS:-dummy}@github.com/pengovbr/mod-sei-resposta.git
git pull || true

cp -Rf /sei-modulos/mod-sei-resposta /opt/sei/web/modulos/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
$objUsuarioDTO->setNumIdContato(null);
$objUsuarioDTO->setStrStaTipo(UsuarioRN::$TU_SISTEMA);
$objUsuarioDTO->setStrSenha(null);
try{
$objUsuarioDTO->setStrSinAcessibilidade('N');
}catch(Exception $e){;}
$objUsuarioDTO->setStrSinAtivo('S');

$objUsuarioRN = new UsuarioRN();
Expand Down

0 comments on commit 4e43e84

Please sign in to comment.