diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:46:54 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:46:54 +0800 |
commit | 8c3f19b2f534fd7ecacc72c41b6a3c6388de1579 (patch) | |
tree | c0e7d78ccb562d74a24dfe3491f0a1876cec94d6 /gvnfmadapter/run.sh | |
parent | 2c7a1e39d27f3f8d6579449134393adc28d5b60f (diff) |
Modify vfc-gvnfmdriver log export directory
Change-Id: I1960be89e1a3abb4d59f38fa859453a3ff9b5505
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/run.sh')
-rwxr-xr-x | gvnfmadapter/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/run.sh b/gvnfmadapter/run.sh index 062c08f..6f77c0f 100755 --- a/gvnfmadapter/run.sh +++ b/gvnfmadapter/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-gvnfmdriver/" +logDir="/var/log/onap/vfc/gvnfmdriver/" if [ ! -x $logDir ]; then mkdir -p $logDir fi |