1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Drop color logging for remote install, seem to fail in some conditions

This commit is contained in:
Julien Duponchelle 2017-03-09 19:09:56 +01:00
parent cb338d9583
commit b909ec978f
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -31,9 +31,7 @@ function help {
}
function log {
tput setaf 2
echo "=> $1" >&2
tput sgr0
}
lsb_release -d | grep "LTS" > /dev/null