summarylogtreecommitdiffstats
path: root/cchost.install
diff options
context:
space:
mode:
Diffstat (limited to 'cchost.install')
-rw-r--r--cchost.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/cchost.install b/cchost.install
new file mode 100644
index 000000000000..f0cc6c41b6e9
--- /dev/null
+++ b/cchost.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "-- Don't forget to set proper file access according to your web server setting!"
+ mkdir -p var/log/cchost
+ chown http:http var/log/cchost
+}
+
+post_upgrade() {
+ echo "-- Don't forget to set proper file access according to your web server setting!"
+}