truecrypt_scripts/truecrypt_init.sh
changeset 25 25581dcb9e62
parent 17 980ca72ff1f1
child 27 a8c8d86b8501
     1.1 --- a/truecrypt_scripts/truecrypt_init.sh	Mon Aug 18 16:08:34 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 ()