Skip to content

Commit 781ad2e

Browse files
committed
Fix log output of configuration scripts not getting printed
1 parent 07bd979 commit 781ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstallControllerBuddy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ else
777777
echo
778778
powershell -ExecutionPolicy Bypass -File \"\$1\"\
779779
" shell {} \;)
780-
if [ -z "$cb_installed_version" ]
780+
if [ -n "$config_scripts_output" ]
781781
then
782782
log "$config_scripts_output"
783783
fi

0 commit comments

Comments
 (0)