summaryrefslogtreecommitdiff
path: root/scripts/client
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-09 02:28:03 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-09 02:28:03 +0200
commitfb044a13c350a497f65f3545abb658d8c9ace5c2 (patch)
treeed8a71d3e408e6085e0ab9b3d513b8f5051165d4 /scripts/client
parentadd installer for example scripts (diff)
fixed path to tools in sample scripts
Diffstat (limited to 'scripts/client')
-rwxr-xr-xscripts/client/sydra-receiver.sh4
-rwxr-xr-xscripts/client/sydra-sender.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/client/sydra-receiver.sh b/scripts/client/sydra-receiver.sh
index 3565cc7..bf46da1 100755
--- a/scripts/client/sydra-receiver.sh
+++ b/scripts/client/sydra-receiver.sh
@@ -3,8 +3,8 @@
ROOT_D="$1"
-SYDRA_RTP="/home/equinox/spreadspace/sydra/src/sydra-rtp"
-SYDRA_LAUNCH="/home/equinox/spreadspace/sydra/src/sydra-launch"
+SYDRA_RTP="sydra-rtp"
+SYDRA_LAUNCH="sydra-launch"
############################
diff --git a/scripts/client/sydra-sender.sh b/scripts/client/sydra-sender.sh
index 19f8495..eeca326 100755
--- a/scripts/client/sydra-sender.sh
+++ b/scripts/client/sydra-sender.sh
@@ -3,8 +3,8 @@
ROOT_D="$1"
-SYDRA_RTP="/home/equinox/spreadspace/sydra/src/sydra-rtp"
-SYDRA_LAUNCH="/home/equinox/spreadspace/sydra/src/sydra-launch"
+SYDRA_RTP="sydra-rtp"
+SYDRA_LAUNCH="sydra-launch"
############################