diff --git a/sos/sos b/sos/sos index 1fee1c6..bbc977b 100755 --- a/sos/sos +++ b/sos/sos @@ -54,15 +54,13 @@ function upload() { TARGET_URL="https://$server/upload" echo "Uploading $file to $TARGET_URL" -read -r -d '' METADATA_JSON < $FILENAME" echo "Alternative: https://$server/$HASH > $FILENAME" - echo "Hash: $HASH" } # if no arguments, show help