diff options
author | Stefan Joosten <stefan@sjoosten.nl> | 2016-08-20 11:49:48 +0200 |
---|---|---|
committer | Stefan Joosten <stefan@sjoosten.nl> | 2016-08-20 11:49:48 +0200 |
commit | 0c16cc222f936108def76f3d0149c55aa700a56a (patch) | |
tree | 312e0adbb0e80afdf5b1bb89e35915aa290e1e94 /README.md | |
parent | 9ca6402694d1cea549339f24a0437334d1c7ea74 (diff) | |
download | ansible-teamspeak-0c16cc222f936108def76f3d0149c55aa700a56a.tar.gz ansible-teamspeak-0c16cc222f936108def76f3d0149c55aa700a56a.tar.xz ansible-teamspeak-0c16cc222f936108def76f3d0149c55aa700a56a.zip |
README: removed dot at the end of a line
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |