diff options
Diffstat (limited to 'deploy/launch.sh')
-rwxr-xr-x | deploy/launch.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index 5f1ee1cb..51b502f2 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -142,8 +142,9 @@ echo "NOTE: openrc file is in the controller nodes" echo "" if [[ ${DHA##*/} =~ "openo" ]]; then - sudo python ${COMPASS_DIR}/deploy/opera_adapter.py $DHA $NETWORK + python ${COMPASS_DIR}/deploy/opera_adapter.py $DHA $NETWORK if [[ $? -ne 0 ]]; then + log_error 'opera launch failed' exit 1 fi fi |