mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Errm... I don't see how rev. 1.26 could have possibly worked or been tested.
Fix it for real. Submitted by: Johnny Lee <johnny@bmtk.com> MFC After: 2 weeks
This commit is contained in:
parent
aa84193acf
commit
f30cdb6e7d
1 changed files with 13 additions and 12 deletions
|
|
@ -598,19 +598,20 @@ input_from_file() {
|
|||
case "$fileline" in
|
||||
\#*|'')
|
||||
;;
|
||||
*)
|
||||
get_user || continue
|
||||
get_gecos
|
||||
get_uid
|
||||
get_logingroup
|
||||
get_class
|
||||
get_shell
|
||||
get_homedir
|
||||
get_password
|
||||
get_expire_dates
|
||||
|
||||
add_user
|
||||
;;
|
||||
esac
|
||||
|
||||
get_user || continue
|
||||
get_gecos
|
||||
get_uid
|
||||
get_logingroup
|
||||
get_class
|
||||
get_shell
|
||||
get_homedir
|
||||
get_password
|
||||
get_expire_dates
|
||||
|
||||
add_user
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue