Rephrase message

This commit is contained in:
Augusto Gunsch 2021-08-13 13:24:36 -03:00
parent 35fc6b8a65
commit f3b8367452
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}