added quite to the wget
This commit is contained in:
@@ -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]\+')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user