diff options
Diffstat (limited to 'gvnfmadapter/run.sh')
-rwxr-xr-x | gvnfmadapter/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gvnfmadapter/run.sh b/gvnfmadapter/run.sh index b107ce3..49b574e 100755 --- a/gvnfmadapter/run.sh +++ b/gvnfmadapter/run.sh @@ -12,4 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + nohup python manage.py runserver 0.0.0.0:8484 > /dev/null & |