Fix templates not updated after upgrade

This commit is contained in:
VirtuBox
2019-10-24 11:13:46 +02:00
parent cadad5b733
commit 85e68b1fc6
4 changed files with 29 additions and 26 deletions

View File

@@ -423,7 +423,7 @@ wo_install_acme_sh() {
wo_install() {
python3 -m pip install --upgrade wordops
cp -rn /usr/local/lib/python3.*/dist-packages/usr/* /usr/
cp -rf /usr/local/lib/python3.*/dist-packages/usr/* /usr/
cp -rn /usr/local/lib/python3.*/dist-packages/etc/* /etc/
}