mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update init.sh.jinja2
This commit is contained in:
parent
1726ec1419
commit
5b9225c9bf
@ -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
|
||||
grep APP_ /data/apps/{{appname}/.env >> /credentials/password.txt
|
||||
grep DB_ /data/apps/{{appname}/.env >> /credentials/password.txt
|
||||
|
||||
sudo echo "init docker ended at" $(date -d now) 1>> /tmp/init_debug.txt
|
||||
|
Loading…
Reference in New Issue
Block a user