diff options
Diffstat (limited to 'unmount-data.sh')
-rwxr-xr-x | unmount-data.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unmount-data.sh b/unmount-data.sh new file mode 100755 index 0000000..5d3a9b7 --- /dev/null +++ b/unmount-data.sh | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | sudo umount /dev/mapper/DATA--vg-data | ||
4 | sleep 1 | ||
5 | sudo cryptsetup luksClose sda1_crypt | ||