Skip to content
Snippets Groups Projects
Verified Commit 1bf2c705 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #13679 TIME 0:20 refactoring notification in bin folder

parent 79340d43
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 18 deletions
File moved
File moved
File moved
File moved
#!/bin/sh
eventStackPath='/var/www/html/MaarchCourrier/bin/notification/basket_event_stack.php'
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n BASKETS
\ No newline at end of file
#!/bin/sh
eventStackPath='/var/www/html/MaarchCourrier/bin/notification/process_event_stack.php'
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n NCC
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n ANC
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n AND
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n RED
#!/bin/sh
mlbStackPath='/var/www/html/MaarchCourrier/bin/notification/stack_letterbox_alerts.php'
eventStackPath='/var/www/html/MaarchCourrier/bin/notification/process_event_stack.php'
php $mlbStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n RET1
php $eventStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml -n RET2
#!/bin/sh
emailStackPath='/var/www/html/MaarchCourrier/bin/notification/process_email_stack.php'
php $emailStackPath -c /var/www/html/MaarchCourrier/bin/notification/config/config.xml
#!/bin/sh
eventStackPath='/var/www/html/MaarchCourrier/modules/notifications/batch/basket_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 BASKETS
\ No newline at end of file
#!/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
#!/bin/sh
mlbStackPath='/var/www/html/MaarchCourrier/modules/notifications/batch/stack_letterbox_alerts.php'
eventStackPath='/var/www/html/MaarchCourrier/modules/notifications/batch/process_event_stack.php'
cd /var/www/html/MaarchCourrier/modules/notifications/batch/
php $mlbStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml
php $eventStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml -n RET1
php $eventStackPath -c /var/www/html/MaarchCourrier/modules/notifications/batch/config/config.xml -n RET2
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