Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #73 from zecure/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
zit-hb authored Oct 23, 2021
2 parents db7242a + 40e8063 commit 5c0fdac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions misc/docker/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c0fdac

Please sign in to comment.