mirror of https://github.com/hak5/openwrt.git
zram-swap: remove trailing whitespaces in init script
Signed-off-by: Samuel Casa <samuel.casa@neratec.com>
[slightly reword subject]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from b291517fdf
)
openwrt-18.06
parent
d275b30414
commit
ac7c30708f
|
@ -75,13 +75,13 @@ list_cpu_idx()
|
|||
if [ "$(mount | grep /dev/zram0)" ]; then
|
||||
local line i=1
|
||||
# Hot-add new ZRAM device (if necessary)
|
||||
if [ ! -b /dev/zram1 ]; then
|
||||
if [ ! -b /dev/zram1 ]; then
|
||||
cat /sys/class/zram-control/hot_add
|
||||
fi
|
||||
else
|
||||
local line i=0
|
||||
fi
|
||||
|
||||
|
||||
while read line; do {
|
||||
case "$line" in
|
||||
[Pp]rocessor*)
|
||||
|
|
Loading…
Reference in New Issue