changeset 12:2f04aa98a8a9

Use correct agent credentials (post BASIC). Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024651.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Wed, 23 Aug 2017 13:56:55 +0200
parents 13709102af90
children 255adf10b4fd
files thermostat-ng.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/thermostat-ng.sh	Fri Aug 18 10:31:35 2017 -0400
+++ b/thermostat-ng.sh	Wed Aug 23 13:56:55 2017 +0200
@@ -213,7 +213,7 @@
   if [ ! -d "$agent_conf" ]; then
     mkdir -p "$agent_conf_dir"
   fi
-  echo "username=foo-agent-user" >> $agent_conf
+  echo "username=agent" > $agent_conf
   echo "password=agent-pwd" >> $agent_conf
   ## convert Windows backslashes in paths to '/'
   if [ $CYGWIN_MODE == 0 ] ; then