Don't forget to properly quote input.
Approved by: markm (mentor)(implicit) Submitted by: Robin Breathe <robin@isometry.net>
This commit is contained in:
parent
718af14fe4
commit
acb3f07afd
@ -205,7 +205,7 @@ add_user() {
|
||||
yes)
|
||||
_passwdmethod="-w yes"
|
||||
_passwd="-h 0"
|
||||
_upasswd="echo $upass |"
|
||||
_upasswd="echo '$upass' |"
|
||||
;;
|
||||
none)
|
||||
_passwdmethod="-w none"
|
||||
|
Loading…
Reference in New Issue
Block a user