From 21283a3625b0402044943a142fb6e0469afcca82 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Fri, 23 Aug 2019 04:09:50 +0000
Subject: [PATCH] Removed git and hardlinks to repo data for symlinks

---
 enter_chroot.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/enter_chroot.sh b/enter_chroot.sh
index b944d15..a4f6270 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -2,4 +2,5 @@
 
 CHDIR=$(dirname "$(realpath $0)")/chroot 
 mount --bind $CHDIR $CHDIR
-$CHDIR/bin/arch-chroot $CHDIR su joel 
+$CHDIR/bin/arch-chroot $CHDIR su joel
+umount $CHDIR

--
Gitblit v1.9.3