mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update init.sh.jinja2
This commit is contained in:
parent
f755307ccd
commit
024c4c7aba
@ -44,7 +44,7 @@ sudo docker compose -f /data/apps/{{app_name}}/docker-compose.yml up -d
|
||||
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
|
||||
bash /data/apps/{{app_name}}/src/after_up.sh
|
||||
else
|
||||
echo "There is not after_up"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user