[pisa-src] r1122 - trunk/tools

  • From: René Hummen <rene.hummen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 16:51:44 +0200

Author: hummen
Date: Tue Oct 13 16:51:44 2009
New Revision: 1122

Log:
minor fix in instructions

Modified:
   trunk/tools/autoupdater.sh

Modified: trunk/tools/autoupdater.sh
==============================================================================
--- trunk/tools/autoupdater.sh  Tue Oct 13 16:44:33 2009        (r1121)
+++ trunk/tools/autoupdater.sh  Tue Oct 13 16:51:44 2009        (r1122)
@@ -11,7 +11,7 @@
 SERVER="morpheus.informatik.rwth-aachen.de"
 PK=""
 # we need the fully qualified path
-REMOTE_DIR="/root/"
+REMOTE_DIR="/root/pisa_demo/"
 REMOTE_HIPL_DIR=$REMOTE_DIR"hipl--midauth2--2.6/"
 REMOTE_PISA_DIR=$REMOTE_DIR"pisa/trunk/"
 REMOTE_CUSTOM_DIR=$REMOTE_DIR"pisa_custom/"
@@ -19,7 +19,7 @@
 
 HIPL_FILES="hipd/hipd tools/hipconf firewall/hipfw"
 PISA_FILES="pisacd/pisacd pisasd/pisasd pisabeacon/pisabeacon tools/msleep"
-PISA_FILES=$PISA_FILES" tools/autoupdater.sh"
+PISA_FILES=$PISA_FILES" tools/iwlist_parser tools/auto-handover.sh 
tools/autoupdater.sh"
 # These files might need modifications for your scenario
 CUSTOM_FILES="trigger-hipupdate.sh trigger-demo-update.sh switch-ip 
pisacd.conf"
 
@@ -107,5 +107,5 @@
 echo "1) IPTABLES: iptables -F; iptables -P FORWARD ACCEPT"
 echo "2) PISA Beacon: "$LOCAL_DIR"pisabeacon -bd #BROADCAST-IP# -g #GEO-ID#"
 echo "- Server"
-echo "1) HIPL: "$LOCAL_DIR"hipd/hipd -kb"
+echo "1) HIPL: "$LOCAL_DIR"hipd -kb"
 echo "2) PISA Server: "$LOCAL_DIR"pisasd"

Other related posts:

  • » [pisa-src] r1122 - trunk/tools - René Hummen