blob: 38a7b913062c2cb62c878aab6d45e59c087f2dc0 (
plain)
1
2
3
4
5
6
7
|
_game="cuberite"
_user="cuberite"
_server_root="/srv/cuberite"
post_install() {
echo "The world data is stored under ${_server_root} and the server runs as ${_user} user to increase security."
}
|