From 7437a9fe3b55192601d7a724a90688590780a674 Mon Sep 17 00:00:00 2001 From: william mantly Date: Sat, 1 Oct 2016 00:38:00 -0400 Subject: [PATCH] node --- create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create.sh b/create.sh index 57e8b6a..907b75c 100644 --- a/create.sh +++ b/create.sh @@ -3,7 +3,7 @@ name="$1" sshURL="$2" nodePort = `./random_port.py` -workingPath = /var/www/gitwrapper/$name +workingPath=/var/www/gitwrapper/$name echo "starting $sshURL on $name"