From 5e382d869da96d31a21316edd6d68e444b43ecca Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 5 Dec 2018 10:59:40 +0100 Subject: lava-slave: lavacli cleanup Since we use the lavacli package, there are no reason to chdir in /root/lavacli. --- lava-slave/scripts/setup.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'lava-slave') 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 -- cgit 1.2.3-korg