From 534ab7fc386021e227e3fb2ea2902af6a75159a1 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 12 Apr 2022 12:48:46 +0100 Subject: fixed non-posix comparison --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/install.sh') 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 -- cgit v1.2.1