blob: 9ff3c9691aaf73906acbacc3d5e75daf274b38be (
plain) (
blame)
1
2
3
4
5
6
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
|