Testing: Bubbles Mod

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-29 20:08:09 +09:00
parent 98c939fda7
commit 6b61c57890
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def set_fusato_structure():
'etc/skel/.config/autostart/',
'etc/lightdm/lightdm.conf.d/',
]
os.chdir(FUSATO_ROOT)
os.chdir(HOME_FOLDER + FUSATO_ROOT)
if os.path.exists('config'):
rm_cmd = "sudo rm -r -f config"
os.system(rm_cmd)