diff -r 28b7682d5476 -r 9c3105aa50e0 truecrypt_init.sh --- a/truecrypt_init.sh Tue Nov 04 18:26:39 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