Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
6c5c1f6181
commit
98058f6ba6
|
@ -364,7 +364,7 @@ def get_id_build_type():
|
||||||
This will get the type of build that is taking place
|
This will get the type of build that is taking place
|
||||||
"""
|
"""
|
||||||
source_folder = '/home/pepadmin/start/bldtype'
|
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)
|
os.makedirs(dest_folder, exist_ok=True)
|
||||||
for filename in os.listdir(source_folder):
|
for filename in os.listdir(source_folder):
|
||||||
src_file = os.path.join(source_folder, filename)
|
src_file = os.path.join(source_folder, filename)
|
||||||
|
|
Loading…
Reference in New Issue