Update init.sh.jinja2

This commit is contained in:
qiaofeng1227 2022-07-30 15:18:03 +08:00 committed by GitHub
parent 03e9931933
commit 1ba1d07408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
# support special char [!"`$%()[]{},.*+-:;<=>?_~/|]
new_password=$(pwgen -ncCs 14 1)!
new_password=$(pwgen -ncCs 14 1)=
sudo sleep 10s
sudo sh -c 'echo "init-password started at" $(date -d now) 1>> /tmp/init_debug.txt'