Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
db6fba2946
commit
96cd14ac6b
|
@ -402,7 +402,8 @@ def add_web_profile():
|
||||||
)
|
)
|
||||||
shutil.copytree(HOME_FOLDER + lw_src_path,
|
shutil.copytree(HOME_FOLDER + lw_src_path,
|
||||||
HOME_FOLDER + WPCHROOT + des_src_path,
|
HOME_FOLDER + WPCHROOT + des_src_path,
|
||||||
dirs_exist_ok=True
|
dirs_exist_ok=True,
|
||||||
|
ignore=ignore_missing_files
|
||||||
)
|
)
|
||||||
profile_copied = True
|
profile_copied = True
|
||||||
break
|
break
|
||||||
|
@ -412,7 +413,8 @@ def add_web_profile():
|
||||||
)
|
)
|
||||||
shutil.copytree(HOME_FOLDER + ff_src_path,
|
shutil.copytree(HOME_FOLDER + ff_src_path,
|
||||||
HOME_FOLDER + WPCHROOT + des_src_path,
|
HOME_FOLDER + WPCHROOT + des_src_path,
|
||||||
dirs_exist_ok=True
|
dirs_exist_ok=True,
|
||||||
|
ignore=ignore_missing_files
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue