Update install-spigot.sh

change directive for the write in the log file
This commit is contained in:
cedricAbonnel
2020-05-17 13:51:12 +02:00
committed by GitHub
parent bd49861d98
commit c3ba59d3b9

View File

@@ -6,7 +6,7 @@
printMessage () {
echo -e "\n$Yellow$1$Cyan"
$1>>~/infos_minecraft.txt
echo $1>>~/infos_minecraft.txt
}