diff options
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-x | deploy/launch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index 7d0e269c..aa476784 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -141,3 +141,6 @@ echo "+-----------------+----------+--------------------------------+" echo "NOTE: openrc file is in the controller nodes" echo "" +if [[ ${DHA##*/} =~ "openo" ]]; then + python ${COMPASS_DIR}/deploy/opera_adapter.py $DHA $NETWORK +fi |