Update init.sh.jinja2

This commit is contained in:
qiaofeng1227 2022-08-02 10:48:47 +08:00 committed by GitHub
parent 74aaf4f63b
commit 899df2b5d9
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'