diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-19 14:47:47 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-19 14:47:47 -0700 |
| commit | 0bc8846f748977f897c35de1f227a45fd9ac7758 (patch) | |
| tree | 3ffde3f549dfbd7fb006e655a850e825a00162fd | |
| parent | 1d0f4b9bb080223f5ae2d8f6003aa5d005022b12 (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 \ |
