Skip to content

Commit

Permalink
Fix ShellCheck error
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Nov 8, 2021
1 parent d3d5629 commit 486b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zram-config
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ removeZdir() {
fi

until zramctl -r "/dev${ZRAM_DEV}" >> "$ZLOG" 2>&1 || [[ count -ge 5 ]]; do
count=$(( $count + 1 ))
count=$(( count + 1 ))
sleep 5
done

Expand Down

0 comments on commit 486b4d4

Please sign in to comment.