mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-05 12:27:43 +01:00
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)
This commit is contained in:
parent
d275b30414
commit
ac7c30708f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue