Browse Source

fix type-o in settingtypes list file name

master
poikilos 6 years ago
committed by Jacob Gustafson
parent
commit
e554275111
  1. 2
      .gitignore
  2. 2
      webapp/install-mts.sh

2
.gitignore

@ -10,4 +10,4 @@ nohup.out
/webapp/WIP
/webapp/debug.txt
/webapp/settings-dump.txt
/webapp/settingstypes-list.txt
/webapp/settingtypes-list.txt

2
webapp/install-mts.sh

@ -370,7 +370,7 @@ fi
popd
settings_dump="`pwd`/settings-dump.txt"
settings_types_list="`pwd`/settingstypes-list.txt"
settings_types_list="`pwd`/settingtypes-list.txt"
#grep -r `pwd`/linux-minetest-kit/minetest/games/Bucket_Game -e "setting_get" > $settings_dump
pushd linux-minetest-kit/minetest/games
if [ ! -f "$settings_dump" ]; then

Loading…
Cancel
Save