revert printf escape

This commit is contained in:
FezVrasta 2015-06-23 23:42:54 +02:00
parent 911ec781b7
commit 69e6c8e421

View File

@ -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}}"