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/c72a31d5 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/c72a31d5 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/c72a31d5 Branch: refs/heads/master Commit: c72a31d5ca633bb4749fe75a7f1e0f6d3e2260b8 Parents: 48b9b86 Author: asanka sanjaya <[email protected]> Authored: Thu Jun 4 05:52:28 2015 +0000 Committer: asanka sanjaya <[email protected]> Committed: Thu Jun 4 05:52:28 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/c72a31d5/tools/config-scripts/gce/config.sh ---------------------------------------------------------------------- diff --git a/tools/config-scripts/gce/config.sh b/tools/config-scripts/gce/config.sh index 40c9cdd..327a33f 100644 --- a/tools/config-scripts/gce/config.sh +++ b/tools/config-scripts/gce/config.sh @@ -91,7 +91,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[@]}" - if [ -e ${LOCKFILE} ]; then + if [[ -e ${LOCKFILE} ]]; then ${RM} ${LOCKFILE} fi
