mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-14 08:44:05 +00:00
Remove tabs
This commit is contained in:
parent
22f0705f21
commit
21415b157f
1
tomb
1
tomb
@ -312,7 +312,6 @@ _ensure_safe_swap() {
|
|||||||
[[ -z "$swaps" ]] && return 0 # No swap partition is active
|
[[ -z "$swaps" ]] && return 0 # No swap partition is active
|
||||||
|
|
||||||
_message "An active swap partition is detected..."
|
_message "An active swap partition is detected..."
|
||||||
|
|
||||||
for s in $=swaps; do
|
for s in $=swaps; do
|
||||||
{ _is_encrypted_block $s } && { r=2 } || { r=1; break }
|
{ _is_encrypted_block $s } && { r=2 } || { r=1; break }
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user