aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Joosten <stefan@sjoosten.nl>2016-08-20 11:49:48 +0200
committerStefan Joosten <stefan@sjoosten.nl>2016-08-20 11:49:48 +0200
commit0c16cc222f936108def76f3d0149c55aa700a56a (patch)
tree312e0adbb0e80afdf5b1bb89e35915aa290e1e94
parent9ca6402694d1cea549339f24a0437334d1c7ea74 (diff)
downloadansible-teamspeak-0c16cc222f936108def76f3d0149c55aa700a56a.tar.gz
ansible-teamspeak-0c16cc222f936108def76f3d0149c55aa700a56a.tar.xz
ansible-teamspeak-0c16cc222f936108def76f3d0149c55aa700a56a.zip
README: removed dot at the end of a line
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d4fb2a2..700ae16 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ By incrementing the TeamSpeak 3 version number, and assigning the appropriate SH
The upgrade mechanism can also be used for restoring TeamSpeak 3 servers from a backup.
-1. Extract your old Teamspeak 3 server files to a directory called `{teamspeak.home}/oldts/teamspeak3-server_linux_amd64/`.
+1. Extract your old Teamspeak 3 server files to a directory called `{teamspeak.home}/oldts/teamspeak3-server_linux_amd64/`
2. Create the `current` symlink in `{teamspeak.home}` to point to `oldts`. For example: `cd /opt/teamspeak && ln -s oldts current`
3. Now run this Ansible role and the updater mechanism should find it and use it.