mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
feat: 启动的时候,删除pid
This commit is contained in:
parent
5cf871c6dc
commit
2703e73b07
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -f /opt/maxkb/app/tmp/*.pid
|
||||
# Start postgresql
|
||||
docker-entrypoint.sh postgres &
|
||||
sleep 10
|
||||
|
|
|
|||
Loading…
Reference in New Issue