diff --git a/tools/collector/scripts/collect_patching.sh b/tools/collector/scripts/collect_patching.sh index 3d696d25..ebced138 100755 --- a/tools/collector/scripts/collect_patching.sh +++ b/tools/collector/scripts/collect_patching.sh @@ -37,8 +37,8 @@ if [ "$nodetype" = "controller" ] ; then delimiter ${LOGFILE} "find /opt/patching" find /opt/patching 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE} - delimiter ${LOGFILE} "find /www/pages/updates" - find /www/pages/updates 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE} + delimiter ${LOGFILE} "find /var/www/pages/updates" + find /var/www/pages/updates 2>>${COLLECT_ERROR_LOG} >> ${LOGFILE} fi diff --git a/utilities/platform-util/scripts/gen-bootloader-iso.sh b/utilities/platform-util/scripts/gen-bootloader-iso.sh index 0b68fbc3..188bac52 100755 --- a/utilities/platform-util/scripts/gen-bootloader-iso.sh +++ b/utilities/platform-util/scripts/gen-bootloader-iso.sh @@ -376,7 +376,7 @@ function handle_delete { } function get_patches_from_host { - local host_patch_repo=/www/pages/updates/rel-${ISO_VERSION} + local host_patch_repo=/var/www/pages/updates/rel-${ISO_VERSION} if [ ! -d ${host_patch_repo} ]; then log_error "Patch repo not found: ${host_patch_repo}" @@ -512,7 +512,7 @@ function extract_shared_files { if [ ${PATCHES_FROM_HOST} = "yes" ]; then extract_pkg_to_workdir 'pxe-network-installer' - local patched_squashfs_img_file=${WORKDIR}/www/pages/feed/rel-${ISO_VERSION}/LiveOS/squashfs.img + local patched_squashfs_img_file=${WORKDIR}/var/www/pages/feed/rel-${ISO_VERSION}/LiveOS/squashfs.img if [ -f ${patched_squashfs_img_file} ]; then # Use the patched squashfs.img squashfs_img_file=${patched_squashfs_img_file}