added quite to the wget

This commit is contained in:
2022-01-27 18:14:54 -05:00
parent 14304bf2aa
commit 54676f1303

View File

@@ -5,7 +5,7 @@ PHONE_NUMBER=${2}
SOURCE_FILE='/tmp/source.html'
wget -O ${SOURCE_FILE} ${URL}
wget -qO ${SOURCE_FILE} ${URL}
INVENTORY_QUANTITY=$(grep -o '"inventory_quantity":.,' ${SOURCE_FILE} | grep -o '[0-9]\+')