diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-25 08:28:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-25 08:28:10 +0000 |
commit | 9c7f7953dca42500c91cd7904fd872e007c69c48 (patch) | |
tree | a33ab071b47b8c109cf6c7815a49575fcec61b3b /community/icingaweb2/icingaweb2.pre-install | |
parent | 30b01c8f5a91e076fcae13e72e95066eb2fee4ba (diff) | |
download | aports-9c7f7953dca42500c91cd7904fd872e007c69c48.tar.bz2 aports-9c7f7953dca42500c91cd7904fd872e007c69c48.tar.xz |
community/icingaweb2: added pre-install script which creates icingaweb2 group
Diffstat (limited to 'community/icingaweb2/icingaweb2.pre-install')
-rwxr-xr-x | community/icingaweb2/icingaweb2.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/icingaweb2/icingaweb2.pre-install b/community/icingaweb2/icingaweb2.pre-install new file mode 100755 index 0000000000..2f5d83d203 --- /dev/null +++ b/community/icingaweb2/icingaweb2.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +addgroup -S icingaweb2 2>/dev/null +exit 0 |