diff options
Diffstat (limited to 'res/run.sh')
-rwxr-xr-x | res/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |