diff options
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 |