This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
log2ram
mirror of
https://github.com/azlux/log2ram.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
clean up
pull/66/head
StuartIanNaylor
5 years ago
parent
17f8207391
commit
f86c90f9d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
log2ram
+ 1
- 1
log2ram
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
Write
Preview
Loading…
Cancel
Save