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