pipeline test
This commit is contained in:
parent
6306d518b0
commit
cb12284f6b
3 changed files with 98 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ PERM=$(stat -c '%U' /home/${USERNAME}/.config)
|
|||
|
||||
# set random password for abc user to prevent it from connecting
|
||||
|
||||
$RANDOM_PASS=`tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo ''`
|
||||
RANDOM_PASS=`tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo ''`
|
||||
|
||||
echo abc:${RANDOM_PASS} | chpasswd
|
||||
usermod -s /bin/false abc
|
||||
Loading…
Add table
Add a link
Reference in a new issue