diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-11-28 18:28:46 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-11-28 18:28:46 +0000 |
commit | eac37dbdcdc6c77c1041bd0ed6a2fbd0f0b8da8d (patch) | |
tree | 038755dd25fc0457ce4ac091c36b0e0a7c1b7f7d /community/icingaweb2-module-director/APKBUILD | |
parent | 87fa496a4163492cb1593ffcb87caea2cb384555 (diff) | |
download | aports-eac37dbdcdc6c77c1041bd0ed6a2fbd0f0b8da8d.tar.bz2 aports-eac37dbdcdc6c77c1041bd0ed6a2fbd0f0b8da8d.tar.xz |
community/icingaweb2-module-reactbundle: disable s390x arch
Diffstat (limited to 'community/icingaweb2-module-director/APKBUILD')
-rw-r--r-- | community/icingaweb2-module-director/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/community/icingaweb2-module-director/APKBUILD b/community/icingaweb2-module-director/APKBUILD index cd0415d9c1..b38637015b 100644 --- a/community/icingaweb2-module-director/APKBUILD +++ b/community/icingaweb2-module-director/APKBUILD @@ -48,7 +48,9 @@ For lighttpd: # chown -R lighttpd /etc/icingaweb2/modules/$_module Remember to enable the module with: - + # icingacli module enable ipl + # icingacli module enable reactbundle + # icingacli module enable incubator # icingacli module enable $_module EOF |