mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update init.sh.jinja2
This commit is contained in:
parent
330f11d394
commit
74aaf4f63b
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
# support special char [!"`$%()[]{},.*+-:;<=>?_~/|]
|
||||
new_password=$(pwgen -ncCs 14 1)=
|
||||
# support special char ["`$%()[]{},.*+-:;<>?_~/|]
|
||||
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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user