Update prep-server.sh

error in log info
This commit is contained in:
cedricAbonnel 2020-05-17 12:58:56 +02:00 committed by GitHub
parent 97ad4308c8
commit 1723efe16d
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.txt
echo $1>>~/infos.txt
}