From 472c4698289532273625f71edb8f3ba1eeb805a0 Mon Sep 17 00:00:00 2001 From: tqwNet Nodelist/Infopack Robot Date: Mon, 20 Sep 2021 15:36:45 +0100 Subject: [PATCH] Add better autocommit message --- compile_nodelist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_nodelist.sh b/compile_nodelist.sh index 5e3fad5..3ef2994 100755 --- a/compile_nodelist.sh +++ b/compile_nodelist.sh @@ -7,7 +7,7 @@ IPACKDIR="/root/git/tqwnet_infopack" WORKDIR="${1:-$IWORKDIR}" PACKDIR="${2:-$IPACKDIR}" -COMMIT="$(date "+%Y-%m-%d %H:%M:%S")" +COMMIT="Post compile auto-commit: $(date "+%Y-%m-%d %H:%M:%S")" ISOK=false