Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
924b84ae38
commit
d15cc2655a
|
@ -381,8 +381,8 @@ def add_web_profile():
|
||||||
"""
|
"""
|
||||||
logger.info("Copy Web Profiles")
|
logger.info("Copy Web Profiles")
|
||||||
path_to_bldtype_file = '/home/pepadmin/start/bldtype'
|
path_to_bldtype_file = '/home/pepadmin/start/bldtype'
|
||||||
lw_src_path = 'browser_profiles/lw/lw_profile'
|
lw_src_path = '/browser_profiles/lw/lw_profile'
|
||||||
ff_src_path = 'browser_profiles/ff/ff_profile'
|
ff_src_path = '/browser_profiles/ff/ff_profile'
|
||||||
des_src_path ='/etc/skel/.local/share/pmostools'
|
des_src_path ='/etc/skel/.local/share/pmostools'
|
||||||
build_id_list = [
|
build_id_list = [
|
||||||
path_to_bldtype_file + 'deb.64xfc',
|
path_to_bldtype_file + 'deb.64xfc',
|
||||||
|
|
Loading…
Reference in New Issue