Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ztj1993 authored Sep 10, 2020
1 parent 33bf886 commit 9e0d4ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/sh

if [[ -f /bin/start.sh ]]; then
sh /bin/start.sh
fi

if [[ -f /srv/start.sh ]]; then
sh /srv/start.sh
fi
Expand Down

0 comments on commit 9e0d4ad

Please sign in to comment.