diff options
Diffstat (limited to 'testing/rrdbot/rrdbot.pre-install')
-rw-r--r-- | testing/rrdbot/rrdbot.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rrdbot/rrdbot.pre-install b/testing/rrdbot/rrdbot.pre-install index 291f9182a5..7004829ad7 100644 --- a/testing/rrdbot/rrdbot.pre-install +++ b/testing/rrdbot/rrdbot.pre-install @@ -2,6 +2,6 @@ # this user should be included in alpine-baselayout-1.2. # included here for backward compability. -adduser -S -H -s /bin/false -D -g rrdbotd rrdbotd 2>/dev/null +adduser -S -H -s /bin/false -D -g rrdbotd rrdbotd 2>/dev/null exit 0 |