From 541589ca19f881fd6acfc196d0ed1e887bb22874 Mon Sep 17 00:00:00 2001 From: askiiart Date: Thu, 21 Nov 2024 11:56:50 -0600 Subject: [PATCH] oops i forgot to remove the dir --- akshara | 1 + 1 file changed, 1 insertion(+) diff --git a/akshara b/akshara index 6361d58..c369229 100755 --- a/akshara +++ b/akshara @@ -524,6 +524,7 @@ except: # remove update and akshara stuff if the program is exited exec('umount', '-rf', '/.new_rootfs/') exec('rmdir', '/.new_rootfs/') + exec('rm', '-rf', '/.new_rootfs') exec('rm', '-rf', '/.update_rootfs') # it's basically impossible to ^C before akshara has exited but after it's created this file # and i don't *think* that "update" would be destructive at all (unless it failed to run and would't boot), but i don't quite understand it soooo just to be on the safe side