Improve phrasing

This commit is contained in:
Augusto Gunsch
2021-11-07 11:44:21 -03:00
parent eb12b33200
commit dd9461df27

View File

@@ -366,7 +366,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 running"
echo "From now on, the post installation script will be running"
right_chroot /mnt /root/post-install.sh -nu "$PERSONAL_USER"
}