summaryrefslogtreecommitdiffstats
path: root/mgr/run.sh
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:39:30 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:39:30 +0800
commit56ab2de5d220c9dd69b98acf2533b5eb1a56dade (patch)
tree75a8e52b21fdd80c142f42b7e740c6f8acd23cc3 /mgr/run.sh
parent5f61a35e401327dadd93af35da18636ff8eea8dd (diff)
Modify vfc-vnfmgr log export directory
Change-Id: I3b0f75e77d66545b2d9eb28f314d7c60e60f3bc5 Issue-ID: VFC-839 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr/run.sh')
-rwxr-xr-xmgr/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/run.sh b/mgr/run.sh
index 77f19fb..256e297 100755
--- a/mgr/run.sh
+++ b/mgr/run.sh
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-logDir="/var/log/onap/vfc-gvnfm-vnfmgr/"
+logDir="/var/log/onap/vfc/gvnfm-vnfmgr/"
if [ ! -x $logDir ]; then
mkdir -p $logDir
fi