From d2193ff8bf954b4b4f55779b430473e436edd6ce Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Tue, 6 Apr 2021 17:34:56 -0400 Subject: [PATCH] Removing path debug echos. --- start.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/start.sh b/start.sh index b514566..0a66c09 100644 --- a/start.sh +++ b/start.sh @@ -29,12 +29,10 @@ cd /home/ubuntu/ echo "Done" echo "Starting blog..." -echo $PWD cd web/blog/ docker-compose up -d cd /home/ubuntu/ echo "Done" -echo $PWD echo "Starting reverse proxy..." cd nginx-reverse-proxy/