summaryrefslogtreecommitdiff
path: root/src/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.sh b/src/install.sh
index f2f1a8c..20d582d 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -73,7 +73,7 @@ run_postinstall () {
rm $file &&
printf "${GREEN}${CHECKMARK} postinstall $f!\n"
} || {
- printf "${RED}${CROSSMARK} failed postinstall $f!\n"
+ ${QUIET} || printf "${RED}${CROSSMARK} failed postinstall $f!\n"
}
done