summarylogtreecommitdiffstats
path: root/veracrypt.install
blob: 5d125fabf1b4e0084af66d6a5c1608fc6cd026f0 (plain)
1
2
3
4
5
6
pre_remove(){
 if [[ "$(mount)" =~ "veracrypt_aux_mnt" ]]; then
  echo "Error: All VeraCrypt volumes must be dismounted first."
  exit 1
 fi
}