From e1e2f5ac56cfbffa1af2a5eb60a90fc8508062c7 Mon Sep 17 00:00:00 2001 From: zit-hb Date: Sat, 23 Oct 2021 09:26:38 +0000 Subject: [PATCH 1/2] Clear config when starting container --- misc/docker/docker-entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/docker/docker-entrypoint.sh b/misc/docker/docker-entrypoint.sh index 2dbb8ac..c59271d 100755 --- a/misc/docker/docker-entrypoint.sh +++ b/misc/docker/docker-entrypoint.sh @@ -3,6 +3,8 @@ set -e SHADOWD_CONFIG="/etc/shadowd/shadowd.ini" +cat /dev/null > $SHADOWD_CONFIG + if [ -n "$SHADOWD_ADDRESS" ]; then echo "address=$SHADOWD_ADDRESS" >> $SHADOWD_CONFIG fi From 44890941ecce674867513c28dff5afc99f7523ac Mon Sep 17 00:00:00 2001 From: zit-hb Date: Sat, 23 Oct 2021 09:27:50 +0000 Subject: [PATCH 2/2] Increment version --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 168ac1d..51e7e6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Version set(SHADOWD_MAJOR_VERSION 2) set(SHADOWD_MINOR_VERSION 1) -set(SHADOWD_PATCH_VERSION 0) +set(SHADOWD_PATCH_VERSION 1) set(SHADOWD_VERSION ${SHADOWD_MAJOR_VERSION}.${SHADOWD_MINOR_VERSION}.${SHADOWD_PATCH_VERSION} ) diff --git a/Doxyfile b/Doxyfile index c6744d8..dbdbb5d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Shadow Daemon" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "2.1.0" +PROJECT_NUMBER = "2.1.1" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a