Updated
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
3fa725874d
commit
4b9b7283a5
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue