Skip to content

Commit

Permalink
svc/zram.initd: minor (swapon) update
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Jan 3, 2015
1 parent 075f7bd commit 96e2288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/zram.initd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ start()
if [ "$fsys" = "swap" ]; then
ebegin "Activating $dev swap device"
mkswap $dev > /dev/null 2>&1 &&
swapon > /dev/null 2>&1
swapon $dev > /dev/null 2>&1
eend "$?"
else
ebegin "Formating $dev for $fsys file system"
Expand Down

0 comments on commit 96e2288

Please sign in to comment.