truecrypt_init.sh
changeset 4 9c3105aa50e0
parent 0 28b7682d5476
     1.1 --- a/truecrypt_init.sh	Tue Nov 04 18:26:39 2014 +0100
     1.2 +++ b/truecrypt_init.sh	Wed Dec 03 11:35:21 2014 +0100
     1.3 @@ -129,7 +129,8 @@
     1.4  
     1.5  mount "$TC_DEVICE" "$MOUNTPOINT" 
     1.6  
     1.7 -sendInfoNotification "Stick is now initialized"
     1.8 +# Not an Error but the User should click away this message
     1.9 +sendErrorNotification "Stick is now initialized"
    1.10  
    1.11  echo "$message"
    1.12 -exit 0
    1.13 \ No newline at end of file
    1.14 +exit 0