Update install-spigot.sh
change directive for the write in the log file
This commit is contained in:
parent
bd49861d98
commit
c3ba59d3b9
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
printMessage () {
|
printMessage () {
|
||||||
echo -e "\n$Yellow$1$Cyan"
|
echo -e "\n$Yellow$1$Cyan"
|
||||||
$1>>~/infos_minecraft.txt
|
echo $1>>~/infos_minecraft.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue