summaryrefslogtreecommitdiff
path: root/src/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.sh')
-rw-r--r--src/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.sh b/src/install.sh
index 8631251..fb4ede1 100644
--- a/src/install.sh
+++ b/src/install.sh
@@ -69,9 +69,9 @@ run_postinstall () {
fi
if [ "$?" = "0" ]; then
rm $file &&
- printf "${GREEN}run postinstall for $f!\n"
+ printf "${GREEN}${CHECKMARK} run postinstall for $f!\n"
else
- printf "${RED}failed running postinstall for $f!\n"
+ printf "${RED}${CROSSMARK} failed running postinstall for $f!\n"
fi
done
fi