From 32b2aa6cf57cb514b75bfb756d48ad4639d0253e Mon Sep 17 00:00:00 2001 From: clecap Date: Mon, 13 Jan 2025 08:44:19 +0100 Subject: [PATCH] MP: --- dist/get.sh | 2 +- dist/run.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/get.sh b/dist/get.sh index 36fc6c00..aa785040 100755 --- a/dist/get.sh +++ b/dist/get.sh @@ -1,6 +1,6 @@ #!/bin/bash -printf "\nThis is dante-wiki/dist/get.sh version 2.3\n\n" # As freshness check during development +printf "\n\nThis is dante-wiki/dist/get.sh version 2.3\n\n" # As freshness check during development # get directory where this script resides wherever it is called from DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/dist/run.sh b/dist/run.sh index 46e34285..7af3dd52 100755 --- a/dist/run.sh +++ b/dist/run.sh @@ -2,6 +2,8 @@ # TODO: USE branches in github and tags in docker hub !!! +printf "\n\nThis is dante-wiki/dist/get.sh version 2.3\n\n" # As freshness check during development + # branch we are checking out from github BRANCH=master