diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-12-05 10:59:40 +0100 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-12-05 10:59:40 +0100 |
commit | 5e382d869da96d31a21316edd6d68e444b43ecca (patch) | |
tree | 6407f8ddb682f4c66154a73462edc538318f8191 /lava-slave/scripts/setup.sh | |
parent | ce71159f275334e17716d4f96ba8b26a0b628ceb (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/scripts/setup.sh')
-rwxr-xr-x | lava-slave/scripts/setup.sh | 1 |
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 |