mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-05-06 15:18:36 +02: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
|