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/57e1dcb5 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/57e1dcb5 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/57e1dcb5 Branch: refs/heads/master Commit: 57e1dcb5449992c42c5d337fc863c92f7f3c7edc Parents: bca441f Author: asanka sanjaya <[email protected]> Authored: Thu Jun 4 06:06:19 2015 +0000 Committer: asanka sanjaya <[email protected]> Committed: Thu Jun 4 06:06:19 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/57e1dcb5/tools/config-scripts/gce/config.sh ---------------------------------------------------------------------- diff --git a/tools/config-scripts/gce/config.sh b/tools/config-scripts/gce/config.sh index 48947df..2fd7076 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
