relocate /www to /var/www

Relocate writable /www to /var/www

Story: 2009101
Task: 43538
Depends-on: https://review.opendev.org/c/starlingx/metal/+/810023
Change-Id: I8f31f7097419abb471fa156d52437c68da958484
Signed-off-by: Bin Qian <bin.qian@windriver.com>
This commit is contained in:
Bin Qian 2021-08-16 16:18:24 -04:00
parent 07546d6753
commit ee3657d36f

View File

@ -23,7 +23,7 @@ fi
RETVAL=0
REINDEX=0
REPO_BASE='/www/pages/helm_charts'
REPO_BASE='/var/www/pages/helm_charts'
# First argument is always the repo where the charts need to be placed
if [ $# -lt 2 ]; then