From f86c90f9d6982a2394605e83b6d74871b49f961c Mon Sep 17 00:00:00 2001 From: StuartIanNaylor Date: Sat, 9 Mar 2019 00:24:14 +0000 Subject: [PATCH] clean up --- log2ram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log2ram b/log2ram index 46eacd6..808e98f 100755 --- a/log2ram +++ b/log2ram @@ -52,7 +52,7 @@ wait_for () { createZramLogDrive () { # Check Zram Class created - if [ ! -d '/sys/class/zram-control' ]; then + if [ ! -d "/sys/class/zram-control" ]; then modprobe zram RAM_DEV='0' else