Tighten themeatics

This commit is contained in:
Dan Schaper 2015-11-26 15:29:13 -08:00
parent 29ae57465b
commit c45dc277b6
1 changed files with 3 additions and 3 deletions

View File

@ -73,10 +73,10 @@ function gravity_patternCheck() {
# and stored as is. They can be processed for content after they # and stored as is. They can be processed for content after they
# have been saved. # have been saved.
cp $patternBuffer $saveLocation cp $patternBuffer $saveLocation
echo "Done." echo "List updated, transport successful..."
else else
# curl didn't download any host files, probably because of the date check # curl didn't download any host files, probably because of the date check
echo "Transporter logic detected no changes, pattern skipped..." echo "No changes detected, transport skipped..."
fi fi
} }
@ -117,7 +117,7 @@ do
agent="Mozilla/10.0" agent="Mozilla/10.0"
echo -n "Getting $domain list... " echo -n " Getting $domain list: "
# Use a case statement to download lists that need special cURL commands # Use a case statement to download lists that need special cURL commands
# to complete properly and reset the user agent when required # to complete properly and reset the user agent when required