This commit is contained in:
StuartIanNaylor 2019-03-09 00:24:14 +00:00
parent 17f8207391
commit f86c90f9d6
1 changed files with 1 additions and 1 deletions

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