Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-06-22 21:56:49 +09:00
parent d15cc2655a
commit db6fba2946
1 changed files with 2 additions and 2 deletions

View File

@ -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/'
ff_src_path = '/browser_profiles/ff/ff_profile' ff_src_path = '/browser_profiles/ff/'
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',