diff options
Diffstat (limited to 'main/atheme-iris/atheme-iris.post-install')
-rw-r--r-- | main/atheme-iris/atheme-iris.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/atheme-iris/atheme-iris.post-install b/main/atheme-iris/atheme-iris.post-install new file mode 100644 index 0000000000..18a6f7a6e1 --- /dev/null +++ b/main/atheme-iris/atheme-iris.post-install @@ -0,0 +1,8 @@ +#!/bin/sh +echo "************************************************************************************************" +echo "***** Before starting atheme-iris, you need to: *****" +echo "***** *****" +echo "***** 1 - Modify /etc/atheme-iris/iris.conf *****" +echo "***** 2 - make a symlink from /etc/atheme-iris/iris.conf to /var/lib/atheme-iris/iris.conf *****" +echo "***** 3 - Run /etc/init.d/atheme-iris setup *****" +echo "************************************************************************************************" |