From 7c62092faa457e040f3d56f79beeb911b63e467d Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Sat, 30 Jan 2021 13:43:03 +0100 Subject: [PATCH] fixed deploy --- scripts/containers/orchestra-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/containers/orchestra-deploy b/scripts/containers/orchestra-deploy index 6ac68c1c..45fdde20 100644 --- a/scripts/containers/orchestra-deploy +++ b/scripts/containers/orchestra-deploy @@ -50,7 +50,7 @@ function install_orchestra () { if [[ -d $python_path/orchestra ]]; then run sudo rm -fr $python_path/orchestra fi - orch_version=$(python3 -c "from orchestra import get_version; print(get_version());" 2> /dev/null) + orch_version=$(python3 -c "from orchestra import get_version; print(get_version());" 2> /dev/null || echo '') if [[ ! $orch_version ]]; then # First Orchestra installation run sudo mkdir -p /usr/share/man/man1