Merge branch '567-adopt-branch-551' into 'master-fix'

Resolve "Adopt branch 551"

See merge request jankstudio/resq!679
This commit is contained in:
Kendrick Chan 2021-05-20 09:38:08 +00:00
commit 66f34d6b0e
2 changed files with 4 additions and 0 deletions

2
utils/warranty_motiv_dev.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/php /usr/share/nginx/html/resqapi/utils/get_warranty_serial/get_serials.php && /usr/bin/php /usr/share/nginx/html/resqapi/utils/load_warranty_serial/load_serials.php /tmp/output.txt "mysql:host=localhost;dbname=resq;charset=UTF8" resq Motolite456

2
utils/warranty_motiv_prod.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/php /var/www/resq/utils/get_warranty_serial/get_serials.php && /usr/bin/php /var/www/resq/utils/load_warranty_serial/load_serials.php /tmp/output.txt "mysql:host=localhost;dbname=resq;charset=UTF8" resq Motolite456