truecrypt_scripts/truecrypt_init.sh
changeset 33 a9dcb543be7a
parent 27 a8c8d86b8501
     1.1 --- a/truecrypt_scripts/truecrypt_init.sh	Tue Nov 04 14:23:14 2014 +0100
     1.2 +++ b/truecrypt_scripts/truecrypt_init.sh	Wed Dec 03 10:50:25 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