Skip to content
Snippets Groups Projects
Commit b786bbdf authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Change default value of NOPAQUE_DAEMON_ENABLED from False to True

parent ab5db4ae
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ NOPAQUE_ADMIN=
# NOPAQUE_DATA_DIR=
# CHOOSE ONE: False, True
# DEFAULT: False
# DEFAULT: True
# NOPAQUE_DAEMON_ENABLED=
# The hostname or IP address for the server to listen on.
......
......@@ -2,7 +2,7 @@
source venv/bin/activate
if [[ "${NOPAQUE_DAEMON_ENABLED}" == "True" ]]; then
if [[ "${NOPAQUE_DAEMON_ENABLED:-True}" == "True" ]]; then
echo "INFO Starting nopaque daemon process..."
./nopaque-daemon.sh &
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment