Skip to content

Commit

Permalink
fix: o SEI 4.1 não tem mais o método setBolScript
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Aug 23, 2023
1 parent 7a08dc9 commit 7d2122d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ php -r "
\$conexao->executarSql(\"update sistema set pagina_inicial='$HOST_URL/sip' where sigla='SIP'\");
\$conexao->executarSql(\"update sistema set pagina_inicial='$HOST_URL/sei/inicializar.php' where sigla='SEI'\");
\$conexao->executarSql(\"update sistema set web_service='$HOST_URL/sei/controlador_ws.php?servico=sip' where sigla='SEI'\");
\$conexao->setBolScript(true);
\$objScriptRN = new ScriptRN();
\$objScriptRN->atualizarSequencias();
" || exit 1
Expand All @@ -63,7 +62,6 @@ php -r "
php -r "
require_once '/opt/sei/web/SEI.php';
\$conexao = BancoSEI::getInstance();
\$conexao->setBolScript(true);
\$objScriptRN = new ScriptRN();
\$objScriptRN->atualizarSequencias();
" || exit 1
Expand Down

0 comments on commit 7d2122d

Please sign in to comment.