From fe281aaaf9f547fe4b2869a8216e512693237106 Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Fri, 27 Sep 2019 09:23:44 +0200 Subject: [PATCH] Update log2ram Fix quoting --- log2ram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log2ram b/log2ram index 4329394..c81259b 100755 --- a/log2ram +++ b/log2ram @@ -29,7 +29,7 @@ syncFromDisk () { isSafe if [ -n "$(du -sh -t "$SIZE" $HDD_LOG/ | cut -f1)" ]; then - echo 'ERROR: RAM disk too small. Can\'t sync.' + echo "ERROR: RAM disk too small. Can't sync." umount -l $RAM_LOG/ umount -l $HDD_LOG/ if [ "$MAIL" = true ]; then