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

Remove the && from scripts. #567

See merge request jankstudio/resq!680
This commit is contained in:
Kendrick Chan 2021-05-20 09:43:09 +00:00
commit 41e1cc9bf7
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,3 @@
#!/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
/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

View file

@ -1,2 +1,3 @@
#!/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
/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