From 6667d9e1d45f29eb33626af7cb8cd45fab0bf430 Mon Sep 17 00:00:00 2001 From: chbmb Date: Sun, 26 May 2019 21:59:18 +0100 Subject: [PATCH] Update run --- root/etc/services.d/minetest/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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