diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-06-19 14:47:45 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-19 14:47:45 -0700 |
commit | ebc849c7b6d613f4853a581277d72db004a0bc9d (patch) | |
tree | 5941347e85852a7900cce7068ae3784e1ec50963 | |
parent | d8a6a2140e416a247b8272f32f27e48998a52f80 (diff) |
quote db-rt-pass to avoid shell metacharacters messing up RT configuration, RT#18088
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ configure-rt: --with-db-dba=${DB_USER} \ --with-db-database=${RT_DB_DATABASE} \ --with-db-rt-user=${DB_USER} \ - --with-db-rt-pass=${DB_PASSWORD} \ + --with-db-rt-pass="${DB_PASSWORD}" \ --with-web-user=freeside \ --with-web-group=freeside \ --with-rt-group=freeside \ |