diff options
| author | 0livd <24255883+0livd@users.noreply.github.com> | 2018-10-04 15:54:15 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2018-10-04 15:54:15 +0200 |
| commit | 73e14738ef5cd4ed1dcbc9d8e7be6efcef10bee9 (patch) | |
| tree | 9b5e352613d6023e1c1b211183ac0b1cf6f389e7 /conf | |
| parent | 03c41a2b9601da65309d80e24b99864d713ff2c0 (diff) | |
| download | ihatemoney-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')
| -rwxr-xr-x | conf/confandrun.sh | 2 |
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 |
