aboutsummaryrefslogtreecommitdiff
path: root/conf/confandrun.sh
diff options
context:
space:
mode:
author0livd <24255883+0livd@users.noreply.github.com>2018-10-04 15:54:15 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2018-10-04 15:54:15 +0200
commit73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9 (patch)
tree9b5e352613d6023e1c1b211183ac0b1cf6f389e7 /conf/confandrun.sh
parent03c41a2b9601da65309d80e24b99864d713ff2c0 (diff)
downloadihatemoney-mirror-73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9.zip
ihatemoney-mirror-73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9.tar.gz
ihatemoney-mirror-73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9.tar.bz2
Docker: Fix bug where conf is duplicated at each run (#392)
Diffstat (limited to 'conf/confandrun.sh')
-rwxr-xr-xconf/confandrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/confandrun.sh b/conf/confandrun.sh
index 0e105b2..b08bf97 100755
--- a/conf/confandrun.sh
+++ b/conf/confandrun.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-cat <<EOF >> /etc/ihatemoney/ihatemoney.cfg
+cat <<EOF > /etc/ihatemoney/ihatemoney.cfg
DEBUG = $DEBUG
SQLALCHEMY_DATABASE_URI = "$SQLALCHEMY_DATABASE_URI"
SQLACHEMY_DEBUG = DEBUG