Update init.sh.jinja2

This commit is contained in:
qiaofeng1227 2022-12-07 11:10:19 +08:00 committed by GitHub
parent f28a5a7a8c
commit 702893b894
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ replace_with_value_env(){
new_password=$(pwgen -ncCs 14 1)!
sudo sleep 5s
echo $new_password >> /tmp/password.txt
sudo sh -c 'echo "init-password started at" $(date -d now) 1>> /tmp/init_debug.txt'
{% for app_name in applist.stdout_lines %}