From 9e236a7975388c002f6f37304b1c6b941d401aee Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Mon, 19 Jun 2023 11:43:04 +0300 Subject: [PATCH] Change archive date&time --- building.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.sh b/building.sh index 7712d9f..3cde15c 100755 --- a/building.sh +++ b/building.sh @@ -18,7 +18,7 @@ TFTP_STORAGE="root@172.17.32.17:/mnt/bigger-2tb/Rotator/TFTP" COMPOSER_DIR=$(pwd) FIRMWARE_DIR="${COMPOSER_DIR}/openipc" -TIMESTAMP=$(date +"%Y%m%d") +TIMESTAMP=$(date +"%Y%m%d%H%M") VERSION=$(stat -c"%Y" $0) echo_c() {