From e794d2a882ddfe091be23ce3b76493b714e9ef70 Mon Sep 17 00:00:00 2001 From: rmens Date: Fri, 8 Mar 2024 23:18:52 +0100 Subject: [PATCH] Make notification simpler --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 0da4c35..ee6ae17 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 "Directory /home/micrompx/.MicroMPX_Decoder.log exists. Removed if before creating the symlink." + echo -e "Log directory exists. Removed if before creating the symlink." rm -rf /home/micrompx/.MicroMPX_Decoder.log fi ln -s /mnt/ramdisk /home/micrompx/.MicroMPX_Decoder.log