aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincenzo Maffione <v.maffione@gmail.com>2017-02-06 18:43:48 +0100
committerVincenzo Maffione <v.maffione@gmail.com>2017-02-06 18:43:48 +0100
commitb692033cc9a89a483edafb68cc1a68710012722b (patch)
tree28d59545f9460bf23e010c92928d37a2365e660f
parent4a1221b5e20122717302d6518a057e5601936b08 (diff)
downloadrumba-b692033cc9a89a483edafb68cc1a68710012722b.tar.gz
rumba-b692033cc9a89a483edafb68cc1a68710012722b.zip
rlite support: add missing cd
-rw-r--r--rlite_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlite_support.py b/rlite_support.py
index f240fee..eeaf857 100644
--- a/rlite_support.py
+++ b/rlite_support.py
@@ -36,7 +36,7 @@ class RLITEExperiment(rhumba.Experiment):
"protobuf-compiler libprotobuf-dev git --yes")
cmds.append("sudo rm -rf ~/rlite")
cmds.append("cd ~; git clone https://github.com/vmaffione/rlite")
- cmds.append("./configure && make && sudo make install")
+ cmds.append("cd ~/rlite && ./configure && make && sudo make install")
cmds.append("sudo rlite-uipcps -v DBG -k 0 -U -A &> uipcp.log &")
for node in self.nodes: