4 lines
301 B
Bash
Executable file
4 lines
301 B
Bash
Executable file
#!/bin/bash
|
|
touch /tmp/warranty_download_serial.txt
|
|
/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/warranty_download_serial.txt "mysql:host=172.18.203.191:3306;dbname=resq;charset=UTF8" resq Motolite456
|