Remove downloading step of inspect.lua from the testing suite - the script is now embedded into FTL

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2022-11-20 12:45:35 +01:00
parent 0fea2d586b
commit 6b6c069b22
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ bash test/pdns/setup.sh
OLDUMASK=$(umask)
umask 0022
# Prepare LUA scripts
mkdir -p /opt/pihole/libs
wget -O /opt/pihole/libs/inspect.lua https://ftl.pi-hole.net/libraries/inspect.lua
# Start FTL
if ! su pihole -s /bin/sh -c /home/pihole/pihole-FTL; then
echo "pihole-FTL failed to start"