Fix options for touch command

Date was changing, but not minutes and seconds.
This commit is contained in:
Chris Bosse 2023-06-12 13:33:06 -04:00
parent 37945e85ec
commit c2537f44d3

4
fqt
View File

@ -145,5 +145,5 @@ UTC_TOUCH="$(date -d "$GIVEN_DATE"Z +%Y%m%d%H%M.%S)"
# YYYYmmddHHMM.SS # YYYYmmddHHMM.SS
# 202306062139.34 # 202306062139.34
#echo touch -m "$UTC_TOUCH" "$2" #echo touch -mt "$UTC_TOUCH" "$2"
touch -m "$UTC_TOUCH" "$2" touch -mt "$UTC_TOUCH" "$2"