From 90fdf97f3f538bfceab5bbc941975e833216d2cb Mon Sep 17 00:00:00 2001 From: Liam Whalen Date: Tue, 21 Jul 2015 14:50:19 -0700 Subject: [PATCH] Silence websockets install echo The script echoes that web sockets are installed, but the code that does so is commented out. So, I have commented out the echo indicating that websockets is installed. --- deployment/install-osrf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/install-osrf.sh b/deployment/install-osrf.sh index e379765..48ad78e 100755 --- a/deployment/install-osrf.sh +++ b/deployment/install-osrf.sh @@ -99,5 +99,5 @@ echo "OpenSRF is installed!" #/etc/init.d/apache2-websockets start -echo "websockets is installed!" +#echo "websockets is installed!" -- 2.3.6