Skip to content

Commit

Permalink
Even more consistent!
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 8, 2024
1 parent 6e1d4e2 commit 1fd98fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ 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."
rm -rf /home/micrompx/.MicroMPX_Decoder.log
echo -e "Directory /home/micrompx/.MicroMPX_Decoder.log exists. Removed if before creating the symlink."
rm -rf /home/micrompx/.MicroMPX_Decoder.log
fi
ln -s /mnt/ramdisk /home/micrompx/.MicroMPX_Decoder.log
chown -R micrompx:micrompx /mnt/ramdisk
Expand Down

0 comments on commit 1fd98fe

Please sign in to comment.