Fix path for dev script. #567
This commit is contained in:
parent
ebc59e3587
commit
04bbb8a069
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
/usr/bin/php /usr/share/nginx/html/resqapi/utils/get_warranty_serial/get_serials.php && 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue