diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:41:44 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-03-26 14:41:44 +0800 |
commit | 833f4a239be750e0ec8faeb0fa6400fc69a04134 (patch) | |
tree | 721c4960010308275cc4fefaa44b6267ebec8512 /lcm/run.sh | |
parent | 4c695a88c04e273e8463e5df254d7784f37d3f03 (diff) |
Modify vfc-vnflcm log export directory
Change-Id: I69350b31c16757ebeaeac9fa4f467b5462616071
Issue-ID: VFC-839
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/run.sh')
-rwxr-xr-x | lcm/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # 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. -logDir="/var/log/onap/vfc-gvnfm-vnflcm/" +logDir="/var/log/onap/vfc/gvnfm-vnflcm/" if [ ! -x $logDir ]; then mkdir -p $logDir fi |