From dfca7fe393aaa5c2dbc4b10c91cd99660b4e131a Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Thu, 20 May 2021 09:41:29 +0000 Subject: [PATCH] Remove the && from scripts. #567 --- utils/warranty_motiv_dev.sh | 3 ++- utils/warranty_motiv_prod.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/warranty_motiv_dev.sh b/utils/warranty_motiv_dev.sh index d561073c..bed9535f 100755 --- a/utils/warranty_motiv_dev.sh +++ b/utils/warranty_motiv_dev.sh @@ -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 diff --git a/utils/warranty_motiv_prod.sh b/utils/warranty_motiv_prod.sh index 7cab5d0d..0c920200 100755 --- a/utils/warranty_motiv_prod.sh +++ b/utils/warranty_motiv_prod.sh @@ -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