mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-12 02:48:27 +00:00
revert printf escape
This commit is contained in:
parent
911ec781b7
commit
69e6c8e421
@ -131,7 +131,7 @@ doStart() {
|
||||
if isTheServerRunning; then
|
||||
echo "The server is already running"
|
||||
else
|
||||
ark_SessionName=`printf "%q" "${ark_SessionName:-${sessionname}}"` # Escape SessionName to prevent conflicts in the startup sequence
|
||||
ark_SessionName="${ark_SessionName:-${sessionname}}"
|
||||
ark_Port="${ark_Port:-${arkserverport}}"
|
||||
ark_QueryPort="${ark_QueryPort:-${arkqueryport}}"
|
||||
ark_ServerPassword="${ark_ServerPassword:-${arkserverpass}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user