From 5aa3abc28213cfbedbb00e92d838fce37e9a3f12 Mon Sep 17 00:00:00 2001 From: Sebastian Liebscher <112352529+sebastianliebscher@users.noreply.github.com> Date: Tue, 2 May 2023 19:15:18 +0200 Subject: [PATCH] Update install.sh Signed-off-by: Sebastian Liebscher <112352529+sebastianliebscher@users.noreply.github.com> --- src/s6/debian-root/usr/local/bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s6/debian-root/usr/local/bin/install.sh b/src/s6/debian-root/usr/local/bin/install.sh index 2008f15..daaab48 100644 --- a/src/s6/debian-root/usr/local/bin/install.sh +++ b/src/s6/debian-root/usr/local/bin/install.sh @@ -98,7 +98,7 @@ rm /etc/lighttpd/conf-enabled/99-unconfigured.conf ## Remove the default lighttpd placeholder page for good measure rm /var/www/html/index.lighttpd.html ## Remove redundant directories created by the installer to reduce docker image size -rm -rf /tmp/* /var/www/html/admin/.git* /etc/.pihole/.git* +rm -rf /tmp/* if [ ! -f /.piholeFirstBoot ]; then touch /.piholeFirstBoot