updated source file name so concurrent scripts can run

This commit is contained in:
2022-01-27 19:48:21 -05:00
parent c5cf597418
commit 88d536abc4

View File

@@ -8,7 +8,7 @@ echo "URL: ${1}"
echo "Phone Number: ${2}"
echo "Name: ${3}"
SOURCE_FILE='/tmp/source.html'
SOURCE_FILE='/tmp/source-${NAME}.html'
wget -qO ${SOURCE_FILE} ${URL}