mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 05:20:35 +00:00
Update init.sh.jinja2
This commit is contained in:
parent
f28a5a7a8c
commit
702893b894
1 changed files with 1 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue