diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2024-04-16 17:05:19 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-04-25 02:48:27 +0000 |
commit | a13ce58908653b32ec910c381db3aa8d54aced30 (patch) | |
tree | a57d25385ec57031bf0bc98b69b9a33210d42297 /user/tipidee/tipidee.post-install | |
parent | 147011dc0b52b7caaa45671585612c626687ffd8 (diff) | |
download | packages-a13ce58908653b32ec910c381db3aa8d54aced30.tar.gz packages-a13ce58908653b32ec910c381db3aa8d54aced30.tar.bz2 packages-a13ce58908653b32ec910c381db3aa8d54aced30.tar.xz packages-a13ce58908653b32ec910c381db3aa8d54aced30.zip |
user/tipidee: improve APKBUILD, fix packaging nits
Diffstat (limited to 'user/tipidee/tipidee.post-install')
-rw-r--r-- | user/tipidee/tipidee.post-install | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/user/tipidee/tipidee.post-install b/user/tipidee/tipidee.post-install index 9ff3c9691..425ab5aaa 100644 --- a/user/tipidee/tipidee.post-install +++ b/user/tipidee/tipidee.post-install @@ -1,7 +1,3 @@ -#!/bin/sh -e +#!/bin/execlineb -P -list="/var/log/httpd-4 /var/log/httpd-6 /var/log/httpsd-4 /var/log/httpsd-6" -mkdir -p -m 0755 $list -chown tipideelog:tipidee $list -chmod 02755 $list -exec tipidee-config +tipidee-config |