pipeline test

This commit is contained in:
Michael Trip 2023-01-19 20:47:29 +01:00
parent 6306d518b0
commit cb12284f6b
3 changed files with 98 additions and 2 deletions

View file

@ -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