diff options
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.pre-install')
-rw-r--r-- | main/ez-ipupdate/ez-ipupdate.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.pre-install b/main/ez-ipupdate/ez-ipupdate.pre-install new file mode 100644 index 0000000000..a8d0c4791c --- /dev/null +++ b/main/ez-ipupdate/ez-ipupdate.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +adduser -h /var/lib/ez-ipupdate -s /bin/false -D ipupdate 2>/dev/null +exit 0 + |