This repository was archived by the owner on Oct 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +18
-9
lines changed Expand file tree Collapse file tree 9 files changed +18
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
warm_up_cache=0
12
13
while getopts ' w' flag; do
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ cd "$(dirname "${BASH_SOURCE[0]}")" && vagrant_dir=$PWD
6
6
7
7
source " ${vagrant_dir} /scripts/output_functions.sh"
8
8
resetNestingLevel
9
- initLogFile ` basename " $0 " `
9
+ current_script_name=` basename " $0 " `
10
+ initLogFile ${current_script_name}
10
11
11
12
debug_vagrant_project=" $( bash " ${vagrant_dir} /scripts/get_config_value.sh" " debug_vagrant_project" ) "
12
13
if [[ ${debug_vagrant_project} -eq 1 ]]; then
You can’t perform that action at this time.
0 commit comments