diff options
-rwxr-xr-x | zram-swap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ MEMTOTAL=$(sed -n 's/^MemTotal: \+\([0-9]\+\) kB/\1/p' /proc/meminfo) status() { if [ -f "${RUNFILE}" ]; then - cat "${RUNFILE}" + zramctl $(cat "${RUNFILE}") else printf 'stopped\n' fi |