mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update init.sh.jinja2
This commit is contained in:
parent
db503672de
commit
bb0e312ae0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue