From 2e81442a5bb439bb771529f4a180cb5f50f6cdc6 Mon Sep 17 00:00:00 2001 From: mahalo Date: Mon, 8 May 2023 09:55:31 -0400 Subject: [PATCH] fixed ownership (untested) --- rice-cook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rice-cook.py b/rice-cook.py index 0a95d58..1281e18 100755 --- a/rice-cook.py +++ b/rice-cook.py @@ -80,7 +80,7 @@ def main(): msic_configs() #correcting ownership - # subprocess.run(f"sudo -u root chown -R {user}:{user} {home}",shell=True ,stdout=subprocess.DEVNULL) + # subprocess.run(f"chown -R {user}:{user} {os.path.join(home,'.config')}",shell=True ,stdout=subprocess.DEVNULL) console.print("Script done check log and Reboot \n -Run aranddr \n -nitrogen \n -lxappearance", style='checkt') lock()