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