From 29a0b775e7409e5e88db7d410f48c2131587b4c6 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 12 May 2011 14:26:47 +0000 Subject: [PATCH] Fix export of variable. Coffee or sleep? Coffee. From: Michael Prokop --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index fc7840d..eba6e8a 100755 --- a/deployment.sh +++ b/deployment.sh @@ -452,7 +452,7 @@ if $NGCP_INSTALLER ; then # install and execute ngcp-installer if $PRO_EDITION ; then # TODO - support customisation of arguments for ngcp-installer - export $ROLE + export ROLE=$ROLE export IP1=192.168.1.52 export IP2=192.168.1.53 export EADDR=192.168.1.101