6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# unmount the decrypted drive and close/encypt it again
|
|
sudo umount /dev/mapper/luks
|
|
sudo cryptsetup luksClose luks
|