aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/porticron2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/porticron b/bin/porticron
index 302f648..a9ff56c 100755
--- a/bin/porticron
+++ b/bin/porticron
@@ -2,7 +2,7 @@
# vim: set fileencoding=utf-8 ts=4 sw=4 noexpandtab
# load config
-: ${PORTICRON_CONF:-/etc/porticron.conf}
+: ${PORTICRON_CONF:=/etc/porticron.conf}
if [[ -r ${PORTICRON_CONF} ]]; then
source ${PORTICRON_CONF}