Update init.sh.jinja2

This commit is contained in:
qiaofeng1227 2022-08-03 13:59:06 +08:00 committed by GitHub
parent 5b9225c9bf
commit 28159d2b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ bash /data/apps/{{app_name}}/src/after_up.sh
{% endfor %}
# create password file for guests
grep APP_ /data/apps/{{appname}/.env >> /credentials/password.txt
grep DB_ /data/apps/{{appname}/.env >> /credentials/password.txt
cat /data/apps/{{appname}}/.env | grep 'APP_' >> /credentials/password.txt
cat /data/apps/{{appname}}/.env | grep 'DB_' >> /credentials/password.txt
sudo echo "init docker ended at" $(date -d now) 1>> /tmp/init_debug.txt