summarylogtreecommitdiffstats
path: root/terraria-server.install
diff options
context:
space:
mode:
authorilmikko2016-10-17 20:30:00 +0100
committerilmikko2016-10-17 20:30:00 +0100
commitb4719fe52f3a5b93baefd0bf470a4979ec4bc1ac (patch)
tree118826b3a5c78046471bc475cc1538d2abedd0e4 /terraria-server.install
parent632731edbb1b7f7c1fbebd107dff4a3772c88919 (diff)
downloadaur-b4719fe52f3a5b93baefd0bf470a4979ec4bc1ac.tar.gz
Changed the data directory to /etc/ instead of /opt/
Added config.txt (loaded by server, everything commented out by default) Unzip does not ask anymore if you want to overwrite Fixed typo in terraria-server.install
Diffstat (limited to 'terraria-server.install')
-rw-r--r--terraria-server.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraria-server.install b/terraria-server.install
index b1960249209e..9972ba2c99d5 100644
--- a/terraria-server.install
+++ b/terraria-server.install
@@ -25,6 +25,6 @@ post_remove() {
fi
if getent group terraria &>/dev/null; then
- groupdel terrara >/dev/null
+ groupdel terraria >/dev/null
fi
}