diff options
author | toni <matzeton@googlemail.com> | 2014-04-21 13:58:34 +0200 |
---|---|---|
committer | toni <matzeton@googlemail.com> | 2014-04-21 13:58:34 +0200 |
commit | 9f73bf7716a95dd5ef642f89cd736cec50096fa5 (patch) | |
tree | 024be646a8080f26bbd382f275a755b6e8a48faa | |
parent | 2948a38da68a8064c7b92aa6ec828d674023721c (diff) |
added activate/deactivate feature (4)
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index b093df8..a99233b 100644 --- a/debian/postinst +++ b/debian/postinst @@ -9,7 +9,7 @@ set -e export RDSUM="5924c70e5c9fabf0398050349c3f4f283ab80091b23ea8c677249ee7bdd41f6e4910ce5e1bc32577e67763dc30d9b96cc3528256e1cc63dba959a5e3866ec21f" export ORGFILE="/usr/share/initramfs-tools/scripts/local-top/cryptroot" export DIVFILE="/usr/share/naskpass/cryptroot.orig" -export BCKFILE="/var/backup/cryptroot.naskpass" +export BCKFILE="/var/backups/cryptroot.naskpass" case "$1" in |