From 39f9dd112ebea42334e9112aeffb9b9426924593 Mon Sep 17 00:00:00 2001 From: axtlos Date: Thu, 14 Oct 2021 19:44:57 +0000 Subject: [PATCH] Remove extra `read` at end of citrine --- citrine.internal.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 98af060..2490793 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -209,6 +209,4 @@ fi arch-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/log/citrine.chroot.log rm /mnt/continue.sh -inf "Installation should now be complete." -read - +inf "Installation should now be complete." \ No newline at end of file