From 55f1adf51d97b8a412126a776b3f908454c44fe3 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 30 Sep 2021 09:58:31 -0400 Subject: [PATCH] Update pihole_setup.sh --- pihole_setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole_setup.sh b/pihole_setup.sh index 0acf4375..ff0dcc39 100644 --- a/pihole_setup.sh +++ b/pihole_setup.sh @@ -42,7 +42,7 @@ curl -sSL https://install.pi-hole.net | bash msg "Customizing LXC..." rm /etc/motd -rm /etc/update-motd.d/10-uname +rm /etc/update-motd.d/11-uname touch ~/.hushlogin GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf" mkdir -p $(dirname $GETTY_OVERRIDE) @@ -55,4 +55,4 @@ systemctl daemon-reload systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') msg "Cleanup..." -rm -rf /pihole_setup.sh /var/{cache,log}/* /var/lib/apt/lists/* \ No newline at end of file +rm -rf /pihole_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*