Skip to content
Snippets Groups Projects
nct-ncc-and-anc.sh 589 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/sh
    
    eventStackPath='/var/www/html/MaarchCourrier/modules/notifications/batch/process_event_stack.php'
    cd /var/www/html/MaarchCourrier/modules/notifications/batch/
    php $eventStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml -n NCC
    php $eventStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml -n ANC
    php $eventStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml -n AND
    php $eventStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml -n RED