From ad33c5fd5988835a5fe78bb2ce4cf5187c899e4d Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 11 Jan 2014 15:24:02 +0100 Subject: [PATCH] fifteen: add missing do. --- config/rootfiles/core/76/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/76/update.sh b/config/rootfiles/core/76/update.sh index 5967212f8..f41f5f39d 100644 --- a/config/rootfiles/core/76/update.sh +++ b/config/rootfiles/core/76/update.sh @@ -175,7 +175,7 @@ esac rm -rf /srv/web/ipfire/html/themes/ipfire # rename /etc/modprobe.d files -for i in $(find /etc/modprobe.d/* | grep -v ".conf") +for i in $(find /etc/modprobe.d/* | grep -v ".conf"); do mv $i $i.conf done -- 2.39.2