From 1037ee731da458c21592d1f3646317d7e7e55778 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Fri, 6 Jan 2017 11:49:11 +0100 Subject: [PATCH] Cannot assume lsb_release exists --- quickstart.sh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/quickstart.sh b/quickstart.sh index bccf10e..d4ee8da 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -77,7 +77,7 @@ echo "========================================================================== echo " Start processing " echo "-------------------------------------------------------------------------------------" echo "====> : OpenMapTiles quickstart! [ https://github.com/openmaptiles/openmaptiles ] " -echo " : This will be logged to the $log_file file ( for debugging ) and to the screen" +echo " : This will be logged to the $log_file file (for debugging) and to the screen" echo " : Area : $osm_area " echo " : Git version : $githash " echo " : Started : $STARTDATE " @@ -87,9 +87,6 @@ docker --version docker-compose --version if [[ "$OSTYPE" == "linux-gnu" ]]; then - - echo " : Your system is:" - lsb_release -a echo " " echo "-------------------------------------------------------------------------------------" echo " : This is working on x86_64 ; Your kernel is:" @@ -109,13 +106,13 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then cat /proc/meminfo | grep Free else echo " " - echo "Warning : This is not a Linux ... ( Less tested ... ) " + echo "Warning : Platforms other than Linux are less tested" echo " " fi echo " " echo "-------------------------------------------------------------------------------------" -echo "====> : Stopping running services & removing old containers " +echo "====> : Stopping running services & removing old containers" make clean-docker echo " "