From 6b51c9baf1452bd5d0bcb6ead4dba019373adbec Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Mon, 1 Mar 2021 01:15:39 -0500 Subject: [PATCH] Remove the now useless remote server feature the customize script only runs on my local PC now --- .../customize-dreambuilder-game.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mods/dreambuilder_extras/customize-dreambuilder-game.sh b/mods/dreambuilder_extras/customize-dreambuilder-game.sh index 20a1a219..3c7701f7 100755 --- a/mods/dreambuilder_extras/customize-dreambuilder-game.sh +++ b/mods/dreambuilder_extras/customize-dreambuilder-game.sh @@ -8,17 +8,6 @@ upstream_mods_path="/home/vanessa/Minetest-related/mods" minetest_game_path="/home/vanessa/Minetest-related/games/minetest_game/" game_path=$upstream_mods_path"/my_mods/dreambuilder_game" -if [ ! -d "$upstream_mods_path" ] ; then - if [ ! -z $2 ] ; then - upstream_mods_path=$1 - minetest_game_path=$2 - else - echo "Script does not appear to be running on Vanessa's PC, so you must supply mod and game paths." - echo -e "\nUsage: customize-dreambuilder-game.sh " - exit 1 - fi -fi - workdir="/run/shm/dreambuilder_game" echo -e "\nSetting up..."