From 8c5bb8cd017584af8a2f1526d99b94844215d3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 20 Apr 2018 00:28:45 +0200 Subject: [PATCH] For now, pause at the UID warning (until I automate that phase) --- startmandrake1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startmandrake1.sh b/startmandrake1.sh index f46948f..c50818a 100755 --- a/startmandrake1.sh +++ b/startmandrake1.sh @@ -40,6 +40,8 @@ fi echo -e "\033[1;31mNOTE: to access sound, the user inside the chroot must have the same UID as the user outside of the chroot!\033[m" +read -p "Press enter to continue, or ctrl-c to go change this manually." || exit 1 + signal_x_ready="$(tempfile)" sudo chroot "$mnt" /home/georges/Documents/git/my/config-mandrake-chroot/startmandrake2.sh "$signal_x_ready" &