blob: 24d6a8f988a53128696bb6c8e713250482a9520a (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "The world data is stored under /srv/magma-1.16 and the server runs as magma-1-16 user to increase security."
echo "Use the magma-1.16 script under /usr/bin/magma-1.16d to start, stop or backup the server."
echo "Adjust the configuration file under /etc/conf.d/magma-1.16 to your liking."
echo "For the server to start you have to accept the EULA in /srv/magma-1.16/eula.txt !"
echo "The EULA file is generated after the first server start."
}
|