Rename also in docker files

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-07-06 22:58:14 +02:00
parent 0a8761ee68
commit 518cbd10e0
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485
13 changed files with 12 additions and 13 deletions

View file

@ -2861,7 +2861,6 @@ main() {
}
# allow to source this script without running it
# used in docker-pihole and webpage.sh
if [[ "${SKIP_INSTALL}" != true ]] ; then
main "$@"
fi