# HG changeset patch # User ft # Date 1417602921 -3600 # Node ID 9c3105aa50e084161342e5c6a2f0e2d4c5899b54 # Parent 9bfc2cfec5827f3ac14a5ec11dcbb6a37a436e6d chnaged init sucess message so the user has to click away the message diff -r 9bfc2cfec582 -r 9c3105aa50e0 encryptionprovider-package --- a/encryptionprovider-package Thu Nov 27 13:06:36 2014 +0100 +++ b/encryptionprovider-package Wed Dec 03 11:35:21 2014 +0100 @@ -7,7 +7,7 @@ Standards-Version: 3.9.2 Package: encryptionprovider -Version: 0.0.31 +Version: 0.0.32 Maintainer: ft # Pre-Depends: Depends: python,python-requests,python-urllib3,python-netifaces,python-netaddr,python-webpy diff -r 9bfc2cfec582 -r 9c3105aa50e0 encryptionprovider_0.0.32_all.deb Binary file encryptionprovider_0.0.32_all.deb has changed diff -r 9bfc2cfec582 -r 9c3105aa50e0 truecrypt_init.sh --- a/truecrypt_init.sh Thu Nov 27 13:06:36 2014 +0100 +++ b/truecrypt_init.sh Wed Dec 03 11:35:21 2014 +0100 @@ -129,7 +129,8 @@ mount "$TC_DEVICE" "$MOUNTPOINT" -sendInfoNotification "Stick is now initialized" +# Not an Error but the User should click away this message +sendErrorNotification "Stick is now initialized" echo "$message" -exit 0 \ No newline at end of file +exit 0