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