Paginator parameters rename

This commit is contained in:
DanB
2015-03-02 13:19:42 +01:00
parent a4bbad4001
commit f3e97e3392
35 changed files with 99 additions and 403 deletions

View File

@@ -27,7 +27,7 @@ set -e
case "$1" in
configure)
adduser --quiet --system --group --disabled-password --shell /bin/false --home /var/run/cgrates --gecos "CGRateS" cgrates || true
adduser --quiet --system --group --disabled-password --shell /bin/false --gecos "CGRateS" cgrates || true
chown -R cgrates:cgrates /var/log/cgrates/
chown -R cgrates:cgrates /usr/share/cgrates/
;;