Make messages about typos appear on the screen instead of in the log file.
Reported by: lev Approved by: re (kib)
This commit is contained in:
parent
e75baa2802
commit
af6004651e
@ -31,4 +31,4 @@ echo "FreeBSD Installer"
|
||||
echo "========================"
|
||||
echo "Add Users"
|
||||
echo
|
||||
chroot $BSDINSTALL_CHROOT adduser
|
||||
chroot $BSDINSTALL_CHROOT adduser 2>&1
|
||||
|
@ -33,5 +33,5 @@ echo
|
||||
|
||||
echo "Please select a password for the system management account (root):"
|
||||
|
||||
chroot $BSDINSTALL_CHROOT passwd root
|
||||
chroot $BSDINSTALL_CHROOT passwd root 2>&1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user