Only output file download error text when logging is turned up.
[clinton/thingy_grabber.git] / thingy_compress.sh
index d4d641c..57dd22d 100755 (executable)
@@ -7,7 +7,7 @@ then
     exit 1
 fi
 
-timestamp=$(cat "$sourcefile/timestamp.txt")
+timestamp=$(echo $(cat "$sourcefile/timestamp.txt") | sed 's/:/./g')
 
 if [ -z "$timestamp" ]
 then