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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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