diff --git a/root/etc/services.d/minetest/run b/root/etc/services.d/minetest/run index 3f5d9a4..79b779f 100644 --- a/root/etc/services.d/minetest/run +++ b/root/etc/services.d/minetest/run @@ -8,14 +8,14 @@ GAMEID_PART="--gameid " WORLD_SET=$WORLD GAMEID_SET=$GAMEID -# set world_string variable to use user-defined world or default world. +# set WORLD_STRING variable to use user-defined world or default world. if [ -z "$WORLD" ]; then WORLD_STRING=" " else WORLD_STRING=$wWORLD_PART$WORLD_SET fi -# set world_string variable to use user-defined world or default world. +# set GAMEID_STRING variable to use user-defined Gameid. if [ -z "$GAMEID" ]; then GAMEID_STRING=" " else