Skip to content
Snippets Groups Projects
Commit fe659490 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evo: add sh for unix\linux

parent 0d279fdc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
eventStackPath='/var/www/maarch_entreprise/modules/notifications/batch/process_event_stack.php'
cd /var/www/maarch_entreprise/modules/notifications/batch/
php $eventStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml -n NCT
php $eventStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml -n NCC
php $eventStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml -n ANC
php $eventStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml -n AND
#!/bin/sh
mlbStackPath='/var/www/maarch_entreprise/modules/notifications/batch/stack_letterbox_alerts.php'
eventStackPath='/var/www/maarch_entreprise/modules/notifications/batch/process_event_stack.php'
cd /var/www/maarch_entreprise/modules/notifications/batch/
php $mlbStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml
php $eventStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml -n RET1
php $eventStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml -n RET2
#!/bin/sh
cd /var/www/maarch_entreprise/modules/notifications/batch/
emailStackPath='/var/www/maarch_entreprise/modules/notifications/batch/process_email_stack.php'
php $emailStackPath -c /var/www/maarch_entreprise/modules/notifications/batch/config/config.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment