From 8ea86c335eded3cc6e9e887e05fcd3b44fda8ff1 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Fri, 23 Sep 2022 08:09:14 +0000 Subject: [PATCH] L2SS-951: Remove redundant statements in start-ds --- bin/start-ds.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/start-ds.sh b/bin/start-ds.sh index 35a7e3890..86ed80dd8 100755 --- a/bin/start-ds.sh +++ b/bin/start-ds.sh @@ -39,8 +39,6 @@ else # DO NOT PUT SPACES IN THE EXCLUDE LIST! rsync -av --progress --exclude={".tox","*.egg-info","dist","build",".git","*.pyc"} /opt/lofar/tango/tangostationcontrol /tmp/ cd /tmp/tangostationcontrol || exit 1 - # Remove the build directory if copied from the source - rm -rf build pip -vvv install --upgrade --force-reinstall ./ fi -- GitLab