summaryrefslogtreecommitdiffstats
path: root/adduser/adduser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adduser/adduser.sh')
-rw-r--r--adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh
index 5b80a16..53d9b86 100644
--- a/adduser/adduser.sh
+++ b/adduser/adduser.sh
@@ -205,7 +205,7 @@ add_user() {
yes)
_passwdmethod="-w yes"
_passwd="-h 0"
- _upasswd="echo $upass |"
+ _upasswd="echo '$upass' |"
;;
none)
_passwdmethod="-w none"