diff options
author | Laurent Bercot <ska-adelie@skarnet.org> | 2024-04-15 16:10:12 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-04-25 02:48:27 +0000 |
commit | 503e8ce2cbe2e0498f9227e5da4e9a50d9de6b61 (patch) | |
tree | 83bd8ec7631c1ad3b384423d0ad95af8b4f9afd4 /user/tipidee/tipidee.post-install | |
parent | 0d5a660ecab48aa1174dc3e82e95c27b8d11db79 (diff) | |
download | packages-503e8ce2cbe2e0498f9227e5da4e9a50d9de6b61.tar.gz packages-503e8ce2cbe2e0498f9227e5da4e9a50d9de6b61.tar.bz2 packages-503e8ce2cbe2e0498f9227e5da4e9a50d9de6b61.tar.xz packages-503e8ce2cbe2e0498f9227e5da4e9a50d9de6b61.zip |
user/tipidee: new package
Diffstat (limited to 'user/tipidee/tipidee.post-install')
-rw-r--r-- | user/tipidee/tipidee.post-install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/user/tipidee/tipidee.post-install b/user/tipidee/tipidee.post-install new file mode 100644 index 000000000..9ff3c9691 --- /dev/null +++ b/user/tipidee/tipidee.post-install @@ -0,0 +1,7 @@ +#!/bin/sh -e + +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 |