mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-12-20 14:41:17 +00:00
Fix ini creation because of missing backslash
This commit is contained in:
parent
fd8263e7c7
commit
8bafb174d2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ else
|
||||||
query_ip_whitelist="/teamspeak3/query_ip_whitelist.txt" \
|
query_ip_whitelist="/teamspeak3/query_ip_whitelist.txt" \
|
||||||
query_ip_backlist="/teamspeak3/query_ip_blacklist.txt" \
|
query_ip_backlist="/teamspeak3/query_ip_blacklist.txt" \
|
||||||
logpath="/teamspeak3/logs/" \
|
logpath="/teamspeak3/logs/" \
|
||||||
licensepath="/teamspeak3/"
|
licensepath="/teamspeak3/" \
|
||||||
inifile="/teamspeak3/ts3server.ini" \
|
inifile="/teamspeak3/ts3server.ini" \
|
||||||
createinifile=1
|
createinifile=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue