Skip to content

Commit

Permalink
Make notification simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 8, 2024
1 parent 1fd98fe commit e794d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e794d2a

Please sign in to comment.