Browse Source

Fix invalid warning on setup.

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
71f3c5d275
  1. 2
      webapp/install-mts.sh

2
webapp/install-mts.sh

@ -183,7 +183,7 @@ END
end=`date +%s`
compile_time=$((end-start))
echo "Compiling the program finished in $compile_time seconds."
cp release.txt minetest/ | customWarn "Cannot copy `pwd`/release.txt to `pwd`/minetest/"
cp release.txt minetest/ || customWarn "Cannot copy `pwd`/release.txt to `pwd`/minetest/"
else
echo "* using existing minetest..."
fi

Loading…
Cancel
Save