correct tini path

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-07-28 20:34:43 +01:00
parent 3cebec9344
commit 94795db7e9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -72,4 +72,4 @@ COPY --chmod=0755 start.sh /usr/bin/start.sh
HEALTHCHECK CMD dig +short +norecurse +retry=0 @127.0.0.1 pi.hole || exit 1
ENTRYPOINT ["/bin/tini", "--", "start.sh"]
ENTRYPOINT ["/sbin/tini", "--", "start.sh"]

View File

@ -104,7 +104,7 @@ start() {
if [ -f "${gravityDBfile}" ]; then
#skip set + file =>update if needed
echo " Skipping Gravity Database Update."
# TODO: Revist this path if we move to a multistage build
# TODO: Revisit this path if we move to a multistage build
source /etc/.pihole/advanced/Scripts/database_migration/gravity-db.sh
upgrade_gravityDB "${gravityDBfile}" "/etc/pihole"
else