File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fn_update_localbuild() {
34
34
# Gets local build info.
35
35
fn_print_dots " Checking local build: ${remotelocation} "
36
36
# Uses log file to get local build.
37
- localbuild=$( grep Version " ${consolelogdir} " /* 2> /dev/null | tail -1 | sed ' s/.*Version //' | tr -d ' \000-\011\013-\037' )
37
+ localbuild=$( grep Version " ${consolelogdir} " /* 2> /dev/null | tail -1 | sed ' s/.*Version: //' | tr -d ' \000-\011\013-\037' )
38
38
if [ -z " ${localbuild} " ]; then
39
39
fn_print_error " Checking local build: ${remotelocation} : missing local build info"
40
40
fn_script_log_error " Missing local build info"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ fn_update_localbuild() {
34
34
# Gets local build info.
35
35
fn_print_dots " Checking local build: ${remotelocation} "
36
36
# Uses log file to get local build.
37
- localbuild=$( grep Version " ${consolelogdir} " /* 2> /dev/null | tail -1 | sed ' s/.*Version //' | tr -d ' \000-\011\013-\037' )
37
+ localbuild=$( grep Version " ${consolelogdir} " /* 2> /dev/null | tail -1 | sed ' s/.*Version: //' | tr -d ' \000-\011\013-\037' )
38
38
if [ -z " ${localbuild} " ]; then
39
39
fn_print_error " Checking local build: ${remotelocation} : missing local build info"
40
40
fn_script_log_error " Missing local build info"
You can’t perform that action at this time.
0 commit comments