Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from chirangaalwis/cf-is-remove-touch
Browse files Browse the repository at this point in the history
Remove unnecessary touch command from control scripts
  • Loading branch information
DilanUA committed Feb 22, 2018
2 parents 80fc8a0 + c5669f9 commit 94cb4e4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion pattern-1/bosh-release/jobs/wso2is_1/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
chown -R vcap:vcap ${run_dir} ${log_dir}

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

function log_debug() {
echo `date` $1 >> ${debug_log}
Expand Down
1 change: 0 additions & 1 deletion pattern-1/bosh-release/jobs/wso2is_2/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
chown -R vcap:vcap ${run_dir} ${log_dir}

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

function log_debug() {
echo `date` $1 >> ${debug_log}
Expand Down
1 change: 0 additions & 1 deletion pattern-2/bosh-release/jobs/wso2is_1/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
chown -R vcap:vcap ${run_dir} ${log_dir}

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

function log_debug() {
echo `date` $1 >> ${debug_log}
Expand Down
1 change: 0 additions & 1 deletion pattern-2/bosh-release/jobs/wso2is_2/templates/ctl.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ mkdir -p ${run_dir} ${log_dir}
chown -R vcap:vcap ${run_dir} ${log_dir}

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

function log_debug() {
echo `date` $1 >> ${debug_log}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ mkdir -p ${run_dir} ${log_dir}
chown -R vcap:vcap ${run_dir} ${log_dir}

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

function log_debug() {
echo `date` $1 >> ${debug_log}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ mkdir -p ${run_dir} ${log_dir}
chown -R vcap:vcap ${run_dir} ${log_dir}

debug_log=${log_dir}/${wso2_product}.log
touch ${debug_log}

function log_debug() {
echo `date` $1 >> ${debug_log}
Expand Down

0 comments on commit 94cb4e4

Please sign in to comment.