Update init.sh.jinja2

This commit is contained in:
qiaofeng1227 2022-12-07 08:36:47 +08:00 committed by GitHub
parent db503672de
commit bb0e312ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ else
#2 init for applist of special
echo "Executing after_up.sh" 1>> /tmp/init_debug.txt
bash /data/apps/{{app_name}}/src/after_up.sh 2>&1 > /dev/null
bash /data/apps/{{app_name}}/src/after_up.sh $new_password 2>&1 > /dev/null
#3 init for applist of special
bash /data/apps/{{app_name}}/init_without_docker.sh $new_password 2>&1 > /dev/null