summaryrefslogtreecommitdiffstats
path: root/lava-slave
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2018-12-05 10:59:40 +0100
committerCorentin LABBE <clabbe@baylibre.com>2018-12-05 10:59:40 +0100
commit5e382d869da96d31a21316edd6d68e444b43ecca (patch)
tree6407f8ddb682f4c66154a73462edc538318f8191 /lava-slave
parentce71159f275334e17716d4f96ba8b26a0b628ceb (diff)
lava-slave: lavacli cleanup
Since we use the lavacli package, there are no reason to chdir in /root/lavacli.
Diffstat (limited to 'lava-slave')
-rwxr-xr-xlava-slave/scripts/setup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lava-slave/scripts/setup.sh b/lava-slave/scripts/setup.sh
index 9fbd796..e0e8322 100755
--- a/lava-slave/scripts/setup.sh
+++ b/lava-slave/scripts/setup.sh
@@ -11,7 +11,6 @@ if [ -z "$LAVA_MASTER_URI" ];then
fi
echo "Dynamic slave for $LAVA_MASTER ($LAVA_MASTER_URI)"
-cd /root/lavacli
LAVACLIOPTS="--uri $LAVA_MASTER_URI"
# do a sort of ping for letting master to be up