Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-06-19 16:23:06 +09:00
parent 6c5c1f6181
commit 98058f6ba6
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ def get_id_build_type():
This will get the type of build that is taking place
"""
source_folder = '/home/pepadmin/start/bldtype'
dest_folder = '/home/pepadmin/bubbles/fusato/chroot/opt/pepconf'
dest_folder = '/home/pepadmin/bubbles/iso_configs/fusato/config/includes.chroot/opt/pepconf'
os.makedirs(dest_folder, exist_ok=True)
for filename in os.listdir(source_folder):
src_file = os.path.join(source_folder, filename)