[debian-edu-commits] debian-edu/ 02/05: d/veracrypt.init: Fix a case mismatch.

Unit 193 unit193-guest at moszumanska.debian.org
Wed May 3 23:25:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

unit193-guest pushed a commit to branch master
in repository veracrypt.

commit 1cd40a9f30dfa6d43f1697d22c71b05807516447
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Wed May 3 19:20:21 2017 -0400

    d/veracrypt.init: Fix a case mismatch.
---
 debian/veracrypt.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/veracrypt.init b/debian/veracrypt.init
index b7ee031..398838a 100644
--- a/debian/veracrypt.init
+++ b/debian/veracrypt.init
@@ -22,7 +22,7 @@ if [ -r /etc/default/veracrypt ]; then
         . /etc/default/veracrypt
 fi
 
-case "${veracrypt_SHUTDOWN_UNMOUNT}" in
+case "${VERACRYPT_SHUTDOWN_UNMOUNT}" in
 [Nn]*)
         exit 0
         ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/veracrypt.git



More information about the debian-edu-commits mailing list