diff options
Diffstat (limited to 'testing/at/at.pre-install')
-rw-r--r-- | testing/at/at.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/at/at.pre-install b/testing/at/at.pre-install index 058a9d0ca7..5372277bbc 100644 --- a/testing/at/at.pre-install +++ b/testing/at/at.pre-install @@ -5,7 +5,7 @@ if ! getent group at >/dev/null; then fi if ! getent passwd at >/dev/null; then - adduser -H -s /bin/false -D at 2>/dev/null + adduser -S -H -s /bin/false -D at 2>/dev/null fi if [ -z `echo " $(groups at) " | grep ' at '`] ; then |