From f3b83674523b4108449f87d155d52ed251f9d565 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 13 Aug 2021 13:24:36 -0300 Subject: [PATCH] Rephrase message --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d9d13c..4f1c250 100755 --- a/install.sh +++ b/install.sh @@ -357,7 +357,7 @@ post_install() { mv post-install.sh /mnt/root chmod +x /mnt/root/post-install.sh print_phase "Post installation" - echo "From now on, other script will be run" + echo "From now on, other script will be running" right_chroot /mnt /root/post-install.sh -nu "$PERSONAL_USER" }