From 77293474d0da3f3fb39f53cc2ca92df929d3201c Mon Sep 17 00:00:00 2001 From: rmens Date: Fri, 8 Mar 2024 22:41:12 +0100 Subject: [PATCH] Ensure RAM disk exists before creating symlinks --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 4a8eb91..e1f0f05 100755 --- a/setup.sh +++ b/setup.sh @@ -103,6 +103,7 @@ rm -f /etc/systemd/system/ramdisk.service > /dev/null curl -s -o /etc/systemd/system/ramdisk.service https://raw.githubusercontent.com/oszuidwest/rpi-umpx-decoder/ramdrive/ramdisk.service systemctl daemon-reload > /dev/null systemctl enable ramdisk > /dev/null +systemctl start ramdisk # Put MicroMPX logs on RAM disk if [ -d "/home/micrompx/.MicroMPX_Decoder.log" ]; then