From 32e6f4bcf5a60758cab973565d1038e36d7d762a Mon Sep 17 00:00:00 2001 From: 0livd Date: Wed, 3 Oct 2018 20:44:01 +0200 Subject: [PATCH] Docker: Fix bug where conf is duplicated at each run --- conf/confandrun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/confandrun.sh b/conf/confandrun.sh index 0e105b2c..b08bf970 100755 --- a/conf/confandrun.sh +++ b/conf/confandrun.sh @@ -1,5 +1,5 @@ #!/bin/sh -cat <> /etc/ihatemoney/ihatemoney.cfg +cat < /etc/ihatemoney/ihatemoney.cfg DEBUG = $DEBUG SQLALCHEMY_DATABASE_URI = "$SQLALCHEMY_DATABASE_URI" SQLACHEMY_DEBUG = DEBUG