mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-22 07:29:31 +01:00
6 lines
96 B
Text
6 lines
96 B
Text
|
|
#!/usr/bin/env sh
|
||
|
|
# Close encrypted swap manually
|
||
|
|
|
||
|
|
swapoff /dev/dm-1
|
||
|
|
cryptsetup close cryptswap
|