[__wikijs] add missing executable bit to initd service

This commit is contained in:
fnux 2021-02-19 09:19:24 +01:00
parent 409591f7e7
commit f1bab1e23b
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
1 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,9 @@ __package nodejs
__directory /var/wiki/
# These things are Alpine-dependant.
__file /etc/init.d/wikijs --source "${__type:?}/files/wikijs-openrc"
__file /etc/init.d/wikijs \
--source "${__type:?}/files/wikijs-openrc" \
--mode 0755
__package nghttp2-dev # Required for some reason, else a symbol is missing
mkdir -p "${__object:?}/files"