Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
redhat:other-redhat:minecraft:minecraft-googlemapsexport-redhat [2017/10/05 15:02] – michael | redhat:other-redhat:minecraft:minecraft-googlemapsexport-redhat [2017/10/05 15:37] (current) – [Installation auf Redhat / CentOS 7] michael | ||
---|---|---|---|
Line 84: | Line 84: | ||
- | outputdir = "/ | + | outputdir = "/ |
texturepath = "/ | texturepath = "/ | ||
| | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | < | ||
+ | # vim / | ||
+ | </ | ||
+ | |||
+ | <sxh bash; first-line: 1> | ||
+ | <meta http-equiv=" | ||
</ | </ | ||
</ | </ | ||
Line 94: | Line 104: | ||
==== Skript zum Ausführen des mapExtractors ==== | ==== Skript zum Ausführen des mapExtractors ==== | ||
- | < | + | < |
<sxh bash; first-line: 1> | <sxh bash; first-line: 1> | ||
Line 100: | Line 110: | ||
newest_client_version=$(curl https:// | newest_client_version=$(curl https:// | ||
- | client_version_file=$(ls /opt/MapExtractor | + | |
+ | client_version_file=$(ls /opt/mapExtractor | ||
in_use_client_version=${client_version_file:: | in_use_client_version=${client_version_file:: | ||
- | + | ||
echo $in_use_client_version | echo $in_use_client_version | ||
echo $newest_client_version | echo $newest_client_version | ||
- | + | ||
if [ $in_use_client_version == $newest_client_version ]; then | if [ $in_use_client_version == $newest_client_version ]; then | ||
echo " | echo " | ||
fi | fi | ||
- | + | ||
if [ $in_use_client_version != $newest_client_version ]; then | if [ $in_use_client_version != $newest_client_version ]; then | ||
echo " | echo " | ||
- | + | ||
rm -f / | rm -f / | ||
- | wget " | + | wget " |
- | + | ||
sed -ri " | sed -ri " | ||
fi | fi | ||
- | cd /opt/MapExtractor/ | + | cd /opt/mapExtractor/ |
./ | ./ | ||
+ | |||
+ | if [ ! -f / | ||
+ | mv / | ||
+ | fi | ||
+ | cp / | ||
+ | chown -R apache: | ||
</ | </ | ||
Line 134: | Line 151: | ||
- | < | + | < |
+ | |||
+ | <wrap em> | ||
---- | ---- |