diff --git a/utils/warranty_motiv_dev.sh b/utils/warranty_motiv_dev.sh new file mode 100755 index 00000000..48c7daf8 --- /dev/null +++ b/utils/warranty_motiv_dev.sh @@ -0,0 +1,2 @@ +#!/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 diff --git a/utils/warranty_motiv_prod.sh b/utils/warranty_motiv_prod.sh new file mode 100755 index 00000000..7cab5d0d --- /dev/null +++ b/utils/warranty_motiv_prod.sh @@ -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