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:13] – [Installation auf Redhat / CentOS 7] michael | redhat:other-redhat:minecraft:minecraft-googlemapsexport-redhat [2017/10/05 15:37] (current) – [Installation auf Redhat / CentOS 7] michael | ||
---|---|---|---|
Line 87: | Line 87: | ||
texturepath = "/ | texturepath = "/ | ||
| | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | < | ||
+ | # vim / | ||
+ | </ | ||
+ | |||
+ | <sxh bash; first-line: 1> | ||
+ | <meta http-equiv=" | ||
</ | </ | ||
</ | </ | ||
Line 103: | Line 113: | ||
client_version_file=$(ls / | client_version_file=$(ls / | ||
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 / | + | cd / |
./ | ./ | ||
+ | |||
+ | if [ ! -f / | ||
+ | mv / | ||
+ | fi | ||
+ | cp / | ||
+ | chown -R apache: | ||
</ | </ | ||
Line 136: | Line 152: | ||
< | < | ||
+ | |||
+ | <wrap em> | ||
---- | ---- |