Fix word splitting to fix addon loading

This commit is contained in:
Brian Allred 2019-12-09 18:54:04 -06:00
parent 902c1d15d3
commit bb4de74563
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ if [ -z "$ADDONS" ]; then
exit
fi
/usr/games/SRB2Kart/srb2kart -dedicated -config kartserv.cfg -home /data "$@" -file "$ADDONS"
# Intentional word splitting
/usr/games/SRB2Kart/srb2kart -dedicated -config kartserv.cfg -home /data "$@" -file $ADDONS