Update init.sh.jinja2
This commit is contained in:
parent
8953a52a79
commit
26d964180d
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ sudo docker compose -f /data/apps/{{app_name}}/docker-compose.yml up -d
|
|||
#2 init for applist of special
|
||||
after_path=/data/apps/{{app_name}}/src/after_up.sh
|
||||
if [ -f "$after_path" ]; then
|
||||
echo "after_up execute" 1>> /tmp/init_debug.txt'
|
||||
bash /data/apps/{{app_name}}/src/after_up.sh $newpassword
|
||||
else
|
||||
echo "There is not after_up"
|
||||
|
|
Loading…
Add table
Reference in a new issue