4 lines
323 B
Bash
Executable file
4 lines
323 B
Bash
Executable file
#!/bin/bash
|
|
touch /tmp/warranty_download_serial.txt
|
|
/usr/bin/php /usr/share/nginx/html/resqapi/utils/get_warranty_serial/get_serials.php `date +%m-%d-%Y`
|
|
/usr/bin/php /usr/share/nginx/html/resqapi/utils/load_warranty_serial/load_serials.php /tmp/warranty_download_serial.txt "mysql:host=localhost;dbname=resq;charset=UTF8"
|