Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wy580477 committed Jun 13, 2022
1 parent dd05d75 commit 481c649
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ if [ ! -f "/mnt/data/config/script.conf" ]; then
cp /workdir/script.conf /mnt/data/config/script.conf
fi

if [ ! -f "/mnt/data/config/gallery-dl.conf" ]; then
cp /workdir/gallery-dl.conf /mnt/data/config/gallery-dl.conf
fi

exec runsvdir -P /etc/service

0 comments on commit 481c649

Please sign in to comment.