Comment out image stuff

This commit is contained in:
mshillam 2022-02-19 22:46:03 +00:00
parent ed868b2a4f
commit 360146a4c9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ function pve_patch() {
echo "- apply patch..."
echo $FREE_REPO_LINE > $FREE_REPO_LIST
[ -f $ENTERPRISE_REPO_LIST ] && mv $ENTERPRISE_REPO_LIST $ENTERPRISE_REPO_LIST~
cp --backup /usr/share/pve-patch/images/* /usr/share/pve-manager/images/
#cp --backup /usr/share/pve-patch/images/* /usr/share/pve-manager/images/
}
pve_patch