fixed deploy
This commit is contained in:
parent
d0050f81b7
commit
7c62092faa
|
@ -50,7 +50,7 @@ function install_orchestra () {
|
||||||
if [[ -d $python_path/orchestra ]]; then
|
if [[ -d $python_path/orchestra ]]; then
|
||||||
run sudo rm -fr $python_path/orchestra
|
run sudo rm -fr $python_path/orchestra
|
||||||
fi
|
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
|
if [[ ! $orch_version ]]; then
|
||||||
# First Orchestra installation
|
# First Orchestra installation
|
||||||
run sudo mkdir -p /usr/share/man/man1
|
run sudo mkdir -p /usr/share/man/man1
|
||||||
|
|
Loading…
Reference in New Issue