diff options
| -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 |
