Minor fix

This commit is contained in:
Guilherme Silva
2026-09-01 13:31:19 -03:00
parent f412d84949
commit d16ddace1f
12 changed files with 59 additions and 97 deletions

View File

@@ -79,7 +79,7 @@ runcmd:
- chown -R root:apache /var/www
- chown -R apache:apache /run/php-fpm
- cp /tmp/robots.txt /opt/sip/robots.txt
- cp /tmp/sei.conf /etc/httpd/conf.d/sip.conf
- cp /tmp/sip.conf /etc/httpd/conf.d/sip.conf
- rm -f /etc/httpd/conf.d/{userdir.conf,welcome.conf}
- echo "00 01 * * * rm -rf /opt/sip/temp/*" | crontab
- echo "* * * * * /usr/bin/php -c /etc/php.ini /opt/sip/scripts/AgendamentoTarefaSip.php 2>&1 >> /root/infra_agendamento_sip.log" | crontab