diff --git a/install/adguard-v5-install.sh b/install/adguard-v5-install.sh
index e6fafaa3..73cb6aba 100644
--- a/install/adguard-v5-install.sh
+++ b/install/adguard-v5-install.sh
@@ -96,7 +96,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/audiobookshelf-v5-install.sh b/install/audiobookshelf-v5-install.sh
index fe7913ef..3fbd4fc5 100644
--- a/install/audiobookshelf-v5-install.sh
+++ b/install/audiobookshelf-v5-install.sh
@@ -94,7 +94,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/autobrr-v5-install.sh b/install/autobrr-v5-install.sh
index 478b01f8..98e9e22f 100644
--- a/install/autobrr-v5-install.sh
+++ b/install/autobrr-v5-install.sh
@@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/blocky-v5-install.sh b/install/blocky-v5-install.sh
index dbabbbe7..2f2fe7f0 100644
--- a/install/blocky-v5-install.sh
+++ b/install/blocky-v5-install.sh
@@ -348,7 +348,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/casaos-v5-install.sh b/install/casaos-v5-install.sh
index 6e0fea4c..1b68b8b7 100644
--- a/install/casaos-v5-install.sh
+++ b/install/casaos-v5-install.sh
@@ -104,7 +104,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/changedetection-v5-install.sh b/install/changedetection-v5-install.sh
index da0f9854..219298ac 100644
--- a/install/changedetection-v5-install.sh
+++ b/install/changedetection-v5-install.sh
@@ -108,7 +108,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/cronicle-v5-install.sh b/install/cronicle-v5-install.sh
index 4a9d95a1..69a5d798 100644
--- a/install/cronicle-v5-install.sh
+++ b/install/cronicle-v5-install.sh
@@ -114,7 +114,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/daemonsync-v5-install.sh b/install/daemonsync-v5-install.sh
index 82267d9a..a7ee8c29 100644
--- a/install/daemonsync-v5-install.sh
+++ b/install/daemonsync-v5-install.sh
@@ -93,7 +93,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/dashy-v5-install.sh b/install/dashy-v5-install.sh
index bfec6f59..dd2eee90 100644
--- a/install/dashy-v5-install.sh
+++ b/install/dashy-v5-install.sh
@@ -124,7 +124,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/debian-v5-install.sh b/install/debian-v5-install.sh
index df4d2093..176fe03b 100644
--- a/install/debian-v5-install.sh
+++ b/install/debian-v5-install.sh
@@ -86,7 +86,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/deconz-v5-install.sh b/install/deconz-v5-install.sh
index e5794400..4a4cfe2b 100644
--- a/install/deconz-v5-install.sh
+++ b/install/deconz-v5-install.sh
@@ -117,7 +117,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/deluge-v5-install.sh b/install/deluge-v5-install.sh
index a6477102..618c18ad 100644
--- a/install/deluge-v5-install.sh
+++ b/install/deluge-v5-install.sh
@@ -131,7 +131,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/docker-v5-install.sh b/install/docker-v5-install.sh
index 8ed83542..1a79204c 100644
--- a/install/docker-v5-install.sh
+++ b/install/docker-v5-install.sh
@@ -148,7 +148,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/emby-v5-install.sh b/install/emby-v5-install.sh
index 6d8a58fa..caed417c 100644
--- a/install/emby-v5-install.sh
+++ b/install/emby-v5-install.sh
@@ -107,7 +107,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/emqx-v5-install.sh b/install/emqx-v5-install.sh
index 59245e2b..5067c515 100644
--- a/install/emqx-v5-install.sh
+++ b/install/emqx-v5-install.sh
@@ -92,7 +92,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/esphome-v5-install.sh b/install/esphome-v5-install.sh
index c3a74cd8..e899e86a 100644
--- a/install/esphome-v5-install.sh
+++ b/install/esphome-v5-install.sh
@@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/grafana-v5-install.sh b/install/grafana-v5-install.sh
index b9386b4c..87f02d1b 100644
--- a/install/grafana-v5-install.sh
+++ b/install/grafana-v5-install.sh
@@ -100,7 +100,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/grocy-v5-install.sh b/install/grocy-v5-install.sh
index d2f9ed40..b0945f6f 100644
--- a/install/grocy-v5-install.sh
+++ b/install/grocy-v5-install.sh
@@ -130,7 +130,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/heimdalldashboard-v5-install.sh b/install/heimdalldashboard-v5-install.sh
index 39a569a6..04bde39e 100644
--- a/install/heimdalldashboard-v5-install.sh
+++ b/install/heimdalldashboard-v5-install.sh
@@ -124,7 +124,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/homeassistant-core-v5-install.sh b/install/homeassistant-core-v5-install.sh
index 6a8d6913..c4d90f2b 100644
--- a/install/homeassistant-core-v5-install.sh
+++ b/install/homeassistant-core-v5-install.sh
@@ -166,7 +166,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/homeassistant-v5-install.sh b/install/homeassistant-v5-install.sh
index 4a72aa7b..47e8a5f1 100644
--- a/install/homeassistant-v5-install.sh
+++ b/install/homeassistant-v5-install.sh
@@ -151,7 +151,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/homebridge-v5-install.sh b/install/homebridge-v5-install.sh
index 3917de67..3ca4c619 100644
--- a/install/homebridge-v5-install.sh
+++ b/install/homebridge-v5-install.sh
@@ -103,7 +103,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/homepage-v5-install.sh b/install/homepage-v5-install.sh
index 80dfab19..e7564d29 100644
--- a/install/homepage-v5-install.sh
+++ b/install/homepage-v5-install.sh
@@ -123,7 +123,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/homer-v5-install.sh b/install/homer-v5-install.sh
index 2f3bd736..1bea0313 100644
--- a/install/homer-v5-install.sh
+++ b/install/homer-v5-install.sh
@@ -112,7 +112,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/hyperion-v5-install.sh b/install/hyperion-v5-install.sh
index e3af572d..5acf9f93 100644
--- a/install/hyperion-v5-install.sh
+++ b/install/hyperion-v5-install.sh
@@ -97,7 +97,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/influxdb-v5-install.sh b/install/influxdb-v5-install.sh
index de01f69f..85a9ec8d 100644
--- a/install/influxdb-v5-install.sh
+++ b/install/influxdb-v5-install.sh
@@ -126,7 +126,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/iobroker-v5-install.sh b/install/iobroker-v5-install.sh
index 2905243b..c4539140 100644
--- a/install/iobroker-v5-install.sh
+++ b/install/iobroker-v5-install.sh
@@ -91,7 +91,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/jellyfin-v5-install.sh b/install/jellyfin-v5-install.sh
index dd56b60e..6da83f15 100644
--- a/install/jellyfin-v5-install.sh
+++ b/install/jellyfin-v5-install.sh
@@ -131,7 +131,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/k0s-v5-install.sh b/install/k0s-v5-install.sh
index 5b58883b..315983d1 100644
--- a/install/k0s-v5-install.sh
+++ b/install/k0s-v5-install.sh
@@ -107,7 +107,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/kavita-v5-install.sh b/install/kavita-v5-install.sh
index 2f5fec18..f197b02b 100644
--- a/install/kavita-v5-install.sh
+++ b/install/kavita-v5-install.sh
@@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/keycloak-v5-install.sh b/install/keycloak-v5-install.sh
index 44addad1..3f57e98c 100644
--- a/install/keycloak-v5-install.sh
+++ b/install/keycloak-v5-install.sh
@@ -110,7 +110,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/lidarr-v5-install.sh b/install/lidarr-v5-install.sh
index aa4651aa..d6808aff 100644
--- a/install/lidarr-v5-install.sh
+++ b/install/lidarr-v5-install.sh
@@ -117,7 +117,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/magicmirror-v5-install.sh b/install/magicmirror-v5-install.sh
index 7fad5c70..62e0377c 100644
--- a/install/magicmirror-v5-install.sh
+++ b/install/magicmirror-v5-install.sh
@@ -212,7 +212,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
         msg_info "Customizing Container"
         OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
         touch ~/.hushlogin
         GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
         mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/mariadb-v5-install.sh b/install/mariadb-v5-install.sh
index 441dc6e5..f00046a7 100644
--- a/install/mariadb-v5-install.sh
+++ b/install/mariadb-v5-install.sh
@@ -108,7 +108,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/meshcentral-v5-install.sh b/install/meshcentral-v5-install.sh
index b2c0027b..458c458e 100644
--- a/install/meshcentral-v5-install.sh
+++ b/install/meshcentral-v5-install.sh
@@ -102,7 +102,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/motioneye-v5-install.sh b/install/motioneye-v5-install.sh
index 298e719c..e93a6a46 100644
--- a/install/motioneye-v5-install.sh
+++ b/install/motioneye-v5-install.sh
@@ -121,7 +121,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/mqtt-v5-install.sh b/install/mqtt-v5-install.sh
index ea8d8928..08cd9055 100644
--- a/install/mqtt-v5-install.sh
+++ b/install/mqtt-v5-install.sh
@@ -98,7 +98,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/n8n-v5-install.sh b/install/n8n-v5-install.sh
index d3a6f6d4..84207276 100644
--- a/install/n8n-v5-install.sh
+++ b/install/n8n-v5-install.sh
@@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/navidrome-v5-install.sh b/install/navidrome-v5-install.sh
index 1fec13d1..5f0b0f45 100644
--- a/install/navidrome-v5-install.sh
+++ b/install/navidrome-v5-install.sh
@@ -141,7 +141,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/nextcloudpi-v5-install.sh b/install/nextcloudpi-v5-install.sh
index ef24f03c..47ce3060 100644
--- a/install/nextcloudpi-v5-install.sh
+++ b/install/nextcloudpi-v5-install.sh
@@ -93,7 +93,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/nginxproxymanager-v5-install.sh b/install/nginxproxymanager-v5-install.sh
index 2bab1ba7..a128a729 100644
--- a/install/nginxproxymanager-v5-install.sh
+++ b/install/nginxproxymanager-v5-install.sh
@@ -245,7 +245,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/nocodb-v5-install.sh b/install/nocodb-v5-install.sh
index f282e40c..6f92515c 100644
--- a/install/nocodb-v5-install.sh
+++ b/install/nocodb-v5-install.sh
@@ -120,7 +120,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/node-red-v5-install.sh b/install/node-red-v5-install.sh
index b4568343..f114216b 100644
--- a/install/node-red-v5-install.sh
+++ b/install/node-red-v5-install.sh
@@ -123,7 +123,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/omada-v5-install.sh b/install/omada-v5-install.sh
index 14cbcbe9..347eec82 100644
--- a/install/omada-v5-install.sh
+++ b/install/omada-v5-install.sh
@@ -97,7 +97,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/omv-v5-install.sh b/install/omv-v5-install.sh
index cfdd0173..3a72d385 100644
--- a/install/omv-v5-install.sh
+++ b/install/omv-v5-install.sh
@@ -109,7 +109,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/openhab-v5-install.sh b/install/openhab-v5-install.sh
index e8174928..cf21a733 100644
--- a/install/openhab-v5-install.sh
+++ b/install/openhab-v5-install.sh
@@ -108,7 +108,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/paperless-ngx-v5-install.sh b/install/paperless-ngx-v5-install.sh
index c32d5362..e60e617a 100644
--- a/install/paperless-ngx-v5-install.sh
+++ b/install/paperless-ngx-v5-install.sh
@@ -262,7 +262,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
 	msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
 	touch ~/.hushlogin
 	GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
 	mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/photoprism-v5-install.sh b/install/photoprism-v5-install.sh
index 4a74f1e2..c61d4dec 100644
--- a/install/photoprism-v5-install.sh
+++ b/install/photoprism-v5-install.sh
@@ -181,7 +181,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/pihole-v5-install.sh b/install/pihole-v5-install.sh
index a9926604..21637402 100644
--- a/install/pihole-v5-install.sh
+++ b/install/pihole-v5-install.sh
@@ -114,7 +114,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/plex-v5-install.sh b/install/plex-v5-install.sh
index dbf48fdf..2fa7638d 100644
--- a/install/plex-v5-install.sh
+++ b/install/plex-v5-install.sh
@@ -111,7 +111,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/podman-homeassistant-v5-install.sh b/install/podman-homeassistant-v5-install.sh
index f14550f6..b54fdd82 100644
--- a/install/podman-homeassistant-v5-install.sh
+++ b/install/podman-homeassistant-v5-install.sh
@@ -113,7 +113,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/podman-v5-install.sh b/install/podman-v5-install.sh
index d1017251..952fa9c3 100644
--- a/install/podman-v5-install.sh
+++ b/install/podman-v5-install.sh
@@ -92,7 +92,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/postgresql-v5-install.sh b/install/postgresql-v5-install.sh
index 13933399..897fb1c1 100644
--- a/install/postgresql-v5-install.sh
+++ b/install/postgresql-v5-install.sh
@@ -215,7 +215,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/prometheus-v5-install.sh b/install/prometheus-v5-install.sh
index 82e1c7d7..c3ebcdff 100644
--- a/install/prometheus-v5-install.sh
+++ b/install/prometheus-v5-install.sh
@@ -122,7 +122,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/prowlarr-v5-install.sh b/install/prowlarr-v5-install.sh
index 8690a803..dc9fd918 100644
--- a/install/prowlarr-v5-install.sh
+++ b/install/prowlarr-v5-install.sh
@@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/radarr-v5-install.sh b/install/radarr-v5-install.sh
index cca78868..3e2b2c51 100644
--- a/install/radarr-v5-install.sh
+++ b/install/radarr-v5-install.sh
@@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/readarr-v5-install.sh b/install/readarr-v5-install.sh
index 70fae8db..5df38948 100644
--- a/install/readarr-v5-install.sh
+++ b/install/readarr-v5-install.sh
@@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/sabnzbd-v5-install.sh b/install/sabnzbd-v5-install.sh
index 2684a461..15384772 100644
--- a/install/sabnzbd-v5-install.sh
+++ b/install/sabnzbd-v5-install.sh
@@ -120,7 +120,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/scrypted-v5-install.sh b/install/scrypted-v5-install.sh
index 00c6c76b..b557a38f 100644
--- a/install/scrypted-v5-install.sh
+++ b/install/scrypted-v5-install.sh
@@ -180,7 +180,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/shinobi-v5-install.sh b/install/shinobi-v5-install.sh
index 9f128f6d..f36b68c5 100644
--- a/install/shinobi-v5-install.sh
+++ b/install/shinobi-v5-install.sh
@@ -149,7 +149,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/sonarr-v5-install.sh b/install/sonarr-v5-install.sh
index 1e1ee7a3..697514d7 100644
--- a/install/sonarr-v5-install.sh
+++ b/install/sonarr-v5-install.sh
@@ -96,7 +96,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/syncthing-v5-install.sh b/install/syncthing-v5-install.sh
index ddfc4e9a..b7f63b24 100644
--- a/install/syncthing-v5-install.sh
+++ b/install/syncthing-v5-install.sh
@@ -99,7 +99,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/tdarr-v5-install.sh b/install/tdarr-v5-install.sh
index 2ee6e6c5..8e6f50f0 100644
--- a/install/tdarr-v5-install.sh
+++ b/install/tdarr-v5-install.sh
@@ -142,7 +142,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/technitiumdns-v5-install.sh b/install/technitiumdns-v5-install.sh
index 01679c67..fb052087 100644
--- a/install/technitiumdns-v5-install.sh
+++ b/install/technitiumdns-v5-install.sh
@@ -94,7 +94,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/transmission-v5-install.sh b/install/transmission-v5-install.sh
index 8616965a..2e73fc17 100644
--- a/install/transmission-v5-install.sh
+++ b/install/transmission-v5-install.sh
@@ -94,7 +94,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/trilium-v5-install.sh b/install/trilium-v5-install.sh
index 2fc7f477..3d6f2598 100644
--- a/install/trilium-v5-install.sh
+++ b/install/trilium-v5-install.sh
@@ -116,7 +116,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/ubuntu-v5-install.sh b/install/ubuntu-v5-install.sh
index 71d85b05..b48ba885 100644
--- a/install/ubuntu-v5-install.sh
+++ b/install/ubuntu-v5-install.sh
@@ -87,7 +87,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/umbrel-v5-install.sh b/install/umbrel-v5-install.sh
index 43bc7343..b447635c 100644
--- a/install/umbrel-v5-install.sh
+++ b/install/umbrel-v5-install.sh
@@ -105,7 +105,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/unifi-v5-install.sh b/install/unifi-v5-install.sh
index 5691b0d1..b75f3bba 100644
--- a/install/unifi-v5-install.sh
+++ b/install/unifi-v5-install.sh
@@ -100,7 +100,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/uptimekuma-v5-install.sh b/install/uptimekuma-v5-install.sh
index 8121c67b..9148e80e 100644
--- a/install/uptimekuma-v5-install.sh
+++ b/install/uptimekuma-v5-install.sh
@@ -120,7 +120,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/vaultwarden-v5-install.sh b/install/vaultwarden-v5-install.sh
index 8ae80763..6cc0f029 100644
--- a/install/vaultwarden-v5-install.sh
+++ b/install/vaultwarden-v5-install.sh
@@ -177,7 +177,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/whisparr-v5-install.sh b/install/whisparr-v5-install.sh
index 351d1d60..2ffa248d 100644
--- a/install/whisparr-v5-install.sh
+++ b/install/whisparr-v5-install.sh
@@ -115,7 +115,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/whoogle-v5-install.sh b/install/whoogle-v5-install.sh
index 8e1b6d48..e9d8f72d 100644
--- a/install/whoogle-v5-install.sh
+++ b/install/whoogle-v5-install.sh
@@ -109,7 +109,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/wikijs-v5-install.sh b/install/wikijs-v5-install.sh
index de85bdf0..5defd0dd 100644
--- a/install/wikijs-v5-install.sh
+++ b/install/wikijs-v5-install.sh
@@ -137,7 +137,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/wireguard-v5-install.sh b/install/wireguard-v5-install.sh
index c3860c5b..6e5d8464 100644
--- a/install/wireguard-v5-install.sh
+++ b/install/wireguard-v5-install.sh
@@ -109,7 +109,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/yunohost-v5-install.sh b/install/yunohost-v5-install.sh
index d97a204a..769e07be 100644
--- a/install/yunohost-v5-install.sh
+++ b/install/yunohost-v5-install.sh
@@ -96,7 +96,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
   OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/zigbee2mqtt-v5-install.sh b/install/zigbee2mqtt-v5-install.sh
index 131e0654..7f778003 100644
--- a/install/zigbee2mqtt-v5-install.sh
+++ b/install/zigbee2mqtt-v5-install.sh
@@ -136,7 +136,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)
diff --git a/install/zwave-js-ui-v5-install.sh b/install/zwave-js-ui-v5-install.sh
index 293d484c..973ef4c2 100644
--- a/install/zwave-js-ui-v5-install.sh
+++ b/install/zwave-js-ui-v5-install.sh
@@ -112,7 +112,7 @@ echo "export TERM='xterm-256color'" >>/root/.bashrc
 if ! getent shadow root | grep -q "^root:[^\!*]"; then
   msg_info "Customizing Container"
 OS=$(grep "^ID=" /etc/os-release | cut -d'=' -f2)
-if [ "$OS" == "debian" ]; then rm /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
+if [ "$OS" == "debian" ]; then rm -rf /etc/motd /etc/update-motd.d/10-uname; else chmod -x /etc/update-motd.d/*; fi
   touch ~/.hushlogin
   GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf"
   mkdir -p $(dirname $GETTY_OVERRIDE)