forked from ISTI-ansible-roles/ansible-roles
7 lines
204 B
Bash
7 lines
204 B
Bash
|
#!/bin/bash
|
||
|
export GLOBUS_LOCATION={{ globus_location }}
|
||
|
export PATH=$PATH:$GLOBUS_LOCATION/bin
|
||
|
export ANT_HOME={{ ant_location }}
|
||
|
|
||
|
nohup {{ globus_location }}/bin/gcore-start-container -p {{ ghn_port }}
|