diff -r 980ca72ff1f1 -r 25581dcb9e62 truecrypt_scripts/truecrypt_init.sh --- a/truecrypt_scripts/truecrypt_init.sh Mon Aug 18 16:08:34 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 ()