changed init finished message from info to error so the user has to click on it default tip
authorft
Wed, 03 Dec 2014 10:50:25 +0100
changeset 33a9dcb543be7a
parent 32 4452ae59ce5f
changed init finished message from info to error so the user has to click on it
truecrypt_scripts/truecrypt_init.sh
     1.1 --- a/truecrypt_scripts/truecrypt_init.sh	Thu Nov 27 12:07:37 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