chnaged init sucess message so the user has to click away the message default tip
authorft
Wed, 03 Dec 2014 11:35:21 +0100
changeset 49c3105aa50e0
parent 3 9bfc2cfec582
chnaged init sucess message so the user has to click away the message
encryptionprovider-package
encryptionprovider_0.0.32_all.deb
truecrypt_init.sh
     1.1 --- a/encryptionprovider-package	Thu Nov 27 13:06:36 2014 +0100
     1.2 +++ b/encryptionprovider-package	Wed Dec 03 11:35:21 2014 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  Standards-Version: 3.9.2
     1.5  
     1.6  Package: encryptionprovider
     1.7 -Version: 0.0.31
     1.8 +Version: 0.0.32
     1.9  Maintainer: ft <ft@x-net.at>
    1.10  # Pre-Depends: <comma-separated list of packages>
    1.11  Depends: python,python-requests,python-urllib3,python-netifaces,python-netaddr,python-webpy
     2.1 Binary file encryptionprovider_0.0.32_all.deb has changed
     3.1 --- a/truecrypt_init.sh	Thu Nov 27 13:06:36 2014 +0100
     3.2 +++ b/truecrypt_init.sh	Wed Dec 03 11:35:21 2014 +0100
     3.3 @@ -129,7 +129,8 @@
     3.4  
     3.5  mount "$TC_DEVICE" "$MOUNTPOINT" 
     3.6  
     3.7 -sendInfoNotification "Stick is now initialized"
     3.8 +# Not an Error but the User should click away this message
     3.9 +sendErrorNotification "Stick is now initialized"
    3.10  
    3.11  echo "$message"
    3.12 -exit 0
    3.13 \ No newline at end of file
    3.14 +exit 0