killed old mount
/unmount
This commit is contained in:
parent
dc09f73159
commit
9a19d1d192
1 changed files with 0 additions and 14 deletions
14
gpgtool
14
gpgtool
|
@ -231,20 +231,6 @@ done
|
||||||
|
|
||||||
#==================================================
|
#==================================================
|
||||||
|
|
||||||
# gpgtools mount device
|
|
||||||
mount () {
|
|
||||||
dev=${1}
|
|
||||||
udisksctl unlock -b ${dev}
|
|
||||||
udisksctl mount -b ${_dev}
|
|
||||||
}
|
|
||||||
# gpgtools unmount device
|
|
||||||
unmount () {
|
|
||||||
dev=${1}
|
|
||||||
udisksctl unmount -b ${_dev}
|
|
||||||
udisksctl lock -b ${dev}
|
|
||||||
sudo sync ${dev}
|
|
||||||
}
|
|
||||||
|
|
||||||
# 1. create a new key then
|
# 1. create a new key then
|
||||||
# 2. do this with the FULL key id!
|
# 2. do this with the FULL key id!
|
||||||
# gpgtools init fullid name
|
# gpgtools init fullid name
|
||||||
|
|
Loading…
Reference in a new issue