# HG changeset patch # User ft # Date 1410247157 -7200 # Node ID 25581dcb9e62646e7f849c126b75ad1a98f5cdce # Parent 597ff293cbdfa01a1cc8e99bac8f2c9d06db576e changed information notifications (no popup anymore) diff -r 597ff293cbdf -r 25581dcb9e62 truecrypt_scripts/truecrypt_init.sh --- a/truecrypt_scripts/truecrypt_init.sh Fri Aug 22 10:27:46 2014 +0200 +++ b/truecrypt_scripts/truecrypt_init.sh Tue Sep 09 09:19:17 2014 +0200 @@ -19,7 +19,7 @@ sendInfoNotification () { MESSAGE="$1" - wget -q -T 3 -t 1 -O /dev/null "http://$(getRemoteIp):8090/notification?msgtype=information&text=$MESSAGE" + wget -q -T 3 -t 1 -O /dev/null "http://$(getRemoteIp):8090/message?msgtype=information&text=$MESSAGE" } sendErrorNotification ()