mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-14 11:48:26 +00:00
Allow empty options
The config option e.g. ark_bRawSockets="" should result in the ...?bRawSockets
This commit is contained in:
parent
5c69404551
commit
b977dc21bd
@ -316,6 +316,8 @@ doRun() {
|
||||
|
||||
if [ -n "$val" ]; then
|
||||
arkserveropts="${arkserveropts}?${name}=${val}"
|
||||
else
|
||||
arkserveropts="${arkserveropts}?${name}"
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user