Skip to content

Commit a623722

Browse files
fix bug with password creator ( 5)
1 parent 7daf7f1 commit a623722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/envsetup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ setup_user()
382382

383383
# create user
384384
CMD="useradd -m \
385-
-p $(openssl passwd -1 $_passwd) \
385+
-p \$(openssl passwd -1 $_passwd) \
386386
-G sudo \
387387
-d /home/$_user \
388388
-g $gid_val \

0 commit comments

Comments
 (0)