summaryrefslogtreecommitdiffstats
path: root/nokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh')
-rwxr-xr-xnokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/nokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh b/nokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh
index 5078e636..c6eda6d4 100755
--- a/nokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh
+++ b/nokia/vnfmdriver/vfcadaptorservice/docker/instance-run.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright 2016-2017 Huawei Technologies Co., Ltd.
+# Copyright 2016-2017, Nokia Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
# Start microservice
cd bin
./startup.sh
-while [ ! -e ../logs/vnfmadapterservice.log ]; do
+while [ ! -e ../logs/vfcadaptor.log ]; do
sleep 1
done
-tail -F ../logs/vnfmadapterservice.log
+tail -F ../logs/vfcadaptor.log