diff options
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 |