diff --git a/script/hostman.sh b/script/hostman.sh index 1cd5f37..971f593 100755 --- a/script/hostman.sh +++ b/script/hostman.sh @@ -3,8 +3,9 @@ # Configurable Variables DOCKER_SOCK_PATH="${DOCKER_SOCK_PATH:-/tmp/docker.sock}" NETWORK_NAME="${NETWORK_NAME:-proxy}" -TEMPLATER_PATH="${TEMPLATER_PATH:-/docker-templater.sh}" -TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-/templates}" +# Path to Docker Templater and Templates +TEMPLATER_PATH="/docker-templater.sh" +TEMPLATE_FOLDER_PATH="/templates" get_date() { printf '%s' "$(date +'%Y.%m.%d_%H:%M:%S')"