From 830dc7cdc36aeff26efd32c2d6af9d3ddd59587d Mon Sep 17 00:00:00 2001 From: rama Date: Tue, 25 Feb 2025 10:20:32 +0000 Subject: [PATCH] Update run_azcopy-multi-dir-multi-container.sh try remove unicode hidden char --- run_azcopy-multi-dir-multi-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_azcopy-multi-dir-multi-container.sh b/run_azcopy-multi-dir-multi-container.sh index 9ec3732..bba373d 100755 --- a/run_azcopy-multi-dir-multi-container.sh +++ b/run_azcopy-multi-dir-multi-container.sh @@ -45,7 +45,7 @@ fi echo $$ > "$LOCK_FILE" # Function to check business hours -# This will ensure we do not run at times when the server might need to do other things. +# This will ensure we do not run at times when the server might need to do other things. is_business_hours() { HOUR=$(date +%H | sed 's/^0*//') # Remove leading zeros causing errors at morning times #HOUR=$(printf "%d" "$(date +%H)") # Convert to decimal safely / this had an issue for some reason not working