From a4d56bf34b97befc153471b9f86fc446c9c27de8 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Tue, 16 Jun 2015 14:37:36 +0200 Subject: [PATCH] Use $IP as the IP by default --- scripts/install-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-sdk.sh b/scripts/install-sdk.sh index d2609627..8da994ab 100755 --- a/scripts/install-sdk.sh +++ b/scripts/install-sdk.sh @@ -163,4 +163,4 @@ updateNodeModules echo "Success!" -echo "run '${yellow}node server.js --listen 0.0.0.0 -p 8080 -a :${resetColor}' to launch Cloud9" +echo "run '${yellow}node server.js -p 8080 -a :${resetColor}' to launch Cloud9"