6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# Close encrypted swap manually
|
|
|
|
swapoff /dev/dm-1
|
|
cryptsetup close cryptswap
|