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

Commit

Permalink
Remove unnecessary touch command from control scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
chirangaalwis committed Feb 22, 2018
1 parent 4e5e7f6 commit d589633
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 d589633

Please sign in to comment.