Do not hardcode webroot dir for teleporter

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4749/head
Christian König 2 years ago
parent 5241c1c704
commit 300c7b1518
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -650,7 +650,8 @@ Teleporter() {
host="${host//./_}"
filename="pi-hole-${host:-noname}-teleporter_${datetimestamp}.tar.gz"
fi
php /var/www/html/admin/scripts/pi-hole/php/teleporter.php > "${filename}"
# webroot is sourced from basic-install above
php "${webroot}/admin/scripts/pi-hole/php/teleporter.php" > "${filename}"
}
checkDomain()

Loading…
Cancel
Save