summarylogtreecommitdiffstats
path: root/otrs.install
diff options
context:
space:
mode:
authorАртём Шустров2015-08-23 21:18:38 +1000
committerАртём Шустров2015-08-23 21:18:38 +1000
commitce622944ccf45a1f3021d38a480e0544c815ecfc (patch)
tree26f40aae2e59d2b2f2a9e2bd8e73877590881677 /otrs.install
parent08c56de43b3473c11f1d0909b87f51a581a519a4 (diff)
downloadaur-ce622944ccf45a1f3021d38a480e0544c815ecfc.tar.gz
4.0.11-2 Обновление пакета
Пользователь otrs создается как системный
Diffstat (limited to 'otrs.install')
-rw-r--r--otrs.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/otrs.install b/otrs.install
index 1819bd0aecbc..40b53b2c636c 100644
--- a/otrs.install
+++ b/otrs.install
@@ -1,5 +1,5 @@
post_install() {
- getent passwd otrs > /dev/null || useradd -g http -d /usr/share/webapps/otrs otrs -M -N > /dev/null
+ getent passwd otrs > /dev/null || useradd -r -M -N -g http -s /bin/bash -d /usr/share/webapps/otrs otrs > /dev/null
/usr/share/webapps/otrs/bin/./otrs.SetPermissions.pl \
--otrs-user=otrs \
--web-group=http \