Skip to content

Commit e7899b0

Browse files
committed
don't print summary when running with -base
Signed-off-by: Sombrio <[email protected]>
1 parent cfd68d6 commit e7899b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/DependencyInstaller.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,9 @@ EOF
12001200
}
12011201

12021202
_print_summary() {
1203+
if [ ${#INSTALL_SUMMARY[@]} -eq 0 ]; then
1204+
return
1205+
fi
12031206
echo ""
12041207
log "Installation Summary"
12051208
echo "${BOLD}====================================================================================${NC}"

0 commit comments

Comments
 (0)