# HG changeset patch # User ft # Date 1417600225 -3600 # Node ID a9dcb543be7a4d1edcd173104e523d8232e3bd03 # Parent 4452ae59ce5f1f5e7070ec4b7e9b2bed2d4e8317 changed init finished message from info to error so the user has to click on it diff -r 4452ae59ce5f -r a9dcb543be7a truecrypt_scripts/truecrypt_init.sh --- a/truecrypt_scripts/truecrypt_init.sh Thu Nov 27 12:07:37 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