summaryrefslogtreecommitdiffstats
path: root/res/run.sh
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:40:50 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-26 14:40:50 +0800
commit8fe190b5eceff089ab6ce2b2ce33d1bf6c030316 (patch)
tree4847a8a3860de9513168da0bd4c355e65f90b77b /res/run.sh
parent23e8c07868f7d2b706ef1c5bd8ec87c0aa8964a5 (diff)
Modify vfc-vnfres log export directory
Change-Id: I52feefcdb43495f2f10a39b87eaf03c6428d054a Issue-ID: VFC-839 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/run.sh')
-rwxr-xr-xres/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/run.sh b/res/run.sh
index aa15904..22a532b 100755
--- a/res/run.sh
+++ b/res/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-vnfres/"
+logDir="/var/log/onap/vfc/gvnfm-vnfres/"
if [ ! -x $logDir ]; then
mkdir -p $logDir
fi