Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-08-30 14:40:01 +09:00
parent 3fa725874d
commit 4b9b7283a5
1 changed files with 2 additions and 2 deletions

View File

@ -430,11 +430,11 @@ def gnome_flahsbak_configs():
print("Copy Gnome Flashback configs")
src_gnomef = '/gnome-flashback'
des_gnomef = '/etc/skel/.config/gnome-flashback'
print("INFO: Copying - " + HOME_FOLDER + source)
print("INFO: Copying - " + HOME_FOLDER + src_gnomef)
shutil.copytree(HOME_FOLDER + src_gnomef,
HOME_FOLDER + WPCHROOT + des_gnomef,
dirs_exist_ok = True
)
print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + des)
print("INFO: Finished - " + HOME_FOLDER + WPCHROOT + des_gnomef)