Skip to content

Commit

Permalink
Notification for RAM disk creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 8, 2024
1 parent 85c802b commit 38bd603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ systemctl enable ramdisk > /dev/null
systemctl start ramdisk

# Put MicroMPX logs on RAM disk
echo -e "${BLUE}►► Putting MicroMPX logs on the RAM disk...${NC}"
if [ -d "/home/micrompx/.MicroMPX_Decoder.log" ]; then
echo -e "${YELLOW}Log directory exists. Removed if before creating the symlink.${NC}"
rm -rf /home/micrompx/.MicroMPX_Decoder.log
Expand Down

0 comments on commit 38bd603

Please sign in to comment.