mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-21 23:19:22 +01:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# Close encrypted swap manually
|
|
|
|
swapoff /dev/dm-1
|
|
cryptsetup close cryptswap
|