From 94b45fde168fbc735038bd3f42fdfe74ce2e8f1c Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Thu, 27 Jan 2022 20:04:05 +0100 Subject: [PATCH] chroot.sh: missing comment --- lib/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chroot.sh b/lib/chroot.sh index f2e89fa..9814e94 100644 --- a/lib/chroot.sh +++ b/lib/chroot.sh @@ -43,4 +43,4 @@ chroot_bootstrap() rm -rf $tmpdir } - +# EOF