From 85c802bddf1e0f89972ffd9206df7bdfdcadade6 Mon Sep 17 00:00:00 2001 From: rmens Date: Fri, 8 Mar 2024 23:20:23 +0100 Subject: [PATCH] Add color --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ee6ae17..7c9a0be 100755 --- a/setup.sh +++ b/setup.sh @@ -107,7 +107,7 @@ systemctl start ramdisk # Put MicroMPX logs on RAM disk if [ -d "/home/micrompx/.MicroMPX_Decoder.log" ]; then - echo -e "Log directory exists. Removed if before creating the symlink." + echo -e "${YELLOW}Log directory exists. Removed if before creating the symlink.${NC}" rm -rf /home/micrompx/.MicroMPX_Decoder.log fi ln -s /mnt/ramdisk /home/micrompx/.MicroMPX_Decoder.log