From 73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9 Mon Sep 17 00:00:00 2001 From: 0livd <24255883+0livd@users.noreply.github.com> Date: Thu, 4 Oct 2018 15:54:15 +0200 Subject: [PATCH] Docker: Fix bug where conf is duplicated at each run (#392) --- 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