You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ga...@apache.org on 2015/06/04 08:32:56 UTC

[04/12] stratos git commit: fixing a naming issue in gce config.sh

fixing a naming issue in gce config.sh


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/232557a6
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/232557a6
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/232557a6

Branch: refs/heads/master
Commit: 232557a672b487dfea0bb096286c138771b74db8
Parents: 9bc3f0c
Author: asanka sanjaya <an...@gmail.com>
Authored: Wed Jun 3 11:02:26 2015 +0000
Committer: asanka sanjaya <an...@gmail.com>
Committed: Wed Jun 3 11:02:26 2015 +0000

----------------------------------------------------------------------
 tools/config-scripts/gce/config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/232557a6/tools/config-scripts/gce/config.sh
----------------------------------------------------------------------
diff --git a/tools/config-scripts/gce/config.sh b/tools/config-scripts/gce/config.sh
index 140895f..a2c61b8 100644
--- a/tools/config-scripts/gce/config.sh
+++ b/tools/config-scripts/gce/config.sh
@@ -90,7 +90,7 @@ if [[ $answer = y ]] ; then
 	ARGS=("-n${NODEID}" "-d${DOMAIN}" "-s${PUPPET_IP}")
 	${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}"
 	/root/bin/puppetinstall/puppetinstall "${ARGS[@]}"
-        ${RM} /mnt/apache-stratos-python-cartridge-agent-4.1.0-SNAPSHOT/wso2carbon.lck
+        ${RM} /mnt/apache-stratos-python-cartridge-agent-4.1.0/wso2carbon.lck
 	${GREP} -q '/root/bin/init.sh > /tmp/puppet_log' /etc/rc.local || ${SED} -i 's/exit 0$/\/root\/bin\/init.sh \> \/tmp\/puppet_log\nexit 0/' /etc/rc.local
 	${RM} -rf /tmp/*
 	${RM} -rf /var/lib/puppet/ssl/*