blob: 18a6f7a6e1533914387f9e7048028e9388c2c549 (
plain)
1
2
3
4
5
6
7
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 "************************************************************************************************"
|