changed information notifications (no popup anymore)
authorft
Tue, 09 Sep 2014 09:19:17 +0200
changeset 2525581dcb9e62
parent 24 597ff293cbdf
child 26 7ee697669fb9
changed information notifications (no popup anymore)
truecrypt_scripts/truecrypt_init.sh
     1.1 --- a/truecrypt_scripts/truecrypt_init.sh	Fri Aug 22 10:27:46 2014 +0200
     1.2 +++ b/truecrypt_scripts/truecrypt_init.sh	Tue Sep 09 09:19:17 2014 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  sendInfoNotification ()
     1.5  {
     1.6  	MESSAGE="$1"
     1.7 -	wget -q -T 3 -t 1 -O /dev/null "http://$(getRemoteIp):8090/notification?msgtype=information&text=$MESSAGE"
     1.8 +	wget -q -T 3 -t 1 -O /dev/null "http://$(getRemoteIp):8090/message?msgtype=information&text=$MESSAGE"
     1.9  }
    1.10  
    1.11  sendErrorNotification ()