From 76dc14904122616254f1cc5fdb5fd11b9789b63f Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Fri, 17 Jan 2020 17:01:24 +1300 Subject: [PATCH] Removing debug code, adding to test --- mopidy_iris/system.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mopidy_iris/system.sh b/mopidy_iris/system.sh index 463be628..8cab6273 100755 --- a/mopidy_iris/system.sh +++ b/mopidy_iris/system.sh @@ -2,10 +2,8 @@ if [[ "$(pwd)" = "/iris" ]]; then IS_CONTAINER=true - echo -e "Detected as running in a Docker container" else IS_CONTAINER=false - echo -e "Not running in a Docker container" fi if [[ $1 = "upgrade" ]]; then @@ -43,7 +41,7 @@ elif [[ $1 = "test" ]]; then sleep 3 - TEST="$(echo 'Hello, this is your bash speaking. I was sleeping for 3 seconds.')" + TEST=$(echo "Hello, this is your bash speaking. I was sleeping for 3 seconds. Is running a container: $IS_CONTAINER") echo -e "${TEST}" else