修复容器启动异常问题

dependabot/npm_and_yarn/fir_admin/minimatch-3.1.2
isummer 2 years ago
parent 9e2f40383a
commit f70351d8e5
  1. 2
      fir_ser/entrypoint.sh

@ -12,7 +12,7 @@ service="${2-all}"
trap cleanup EXIT trap cleanup EXIT
rm -f logs/tmp/*.pid rm -f tmp/*.pid
if [[ "$action" == "bash" || "$action" == "sh" ]];then if [[ "$action" == "bash" || "$action" == "sh" ]];then
bash bash

Loading…
Cancel
Save