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:33:01 UTC

[09/12] stratos git commit: reformat the code in gce config.sh

reformat the code 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/bca441fe
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/bca441fe
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/bca441fe

Branch: refs/heads/master
Commit: bca441fec2f746db5d74eb1c578b847f50d9ad0a
Parents: c72a31d
Author: asanka sanjaya <an...@gmail.com>
Authored: Thu Jun 4 06:04:44 2015 +0000
Committer: asanka sanjaya <an...@gmail.com>
Committed: Thu Jun 4 06:04:44 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/bca441fe/tools/config-scripts/gce/config.sh
----------------------------------------------------------------------
diff --git a/tools/config-scripts/gce/config.sh b/tools/config-scripts/gce/config.sh
index 327a33f..48947df 100644
--- a/tools/config-scripts/gce/config.sh
+++ b/tools/config-scripts/gce/config.sh
@@ -92,7 +92,7 @@ if [[ $answer = y ]] ; then
 	${ECHO} "\nRunning puppet installation with arguments: ${ARGS[@]}"
 	/root/bin/puppetinstall/puppetinstall "${ARGS[@]}"
 	if [[ -e ${LOCKFILE} ]]; then
-	${RM} ${LOCKFILE}
+		${RM} ${LOCKFILE}
 	fi
 
 	${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