1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00
This commit is contained in:
StuartIanNaylor 2019-03-09 00:24:14 +00:00
parent 17f8207391
commit f86c90f9d6

View File

@ -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