]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
fifteen: add missing do.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Jan 2014 14:24:02 +0000 (15:24 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Jan 2014 14:24:02 +0000 (15:24 +0100)
config/rootfiles/core/76/update.sh

index 5967212f80ca9683c7deb0229be75b83467b3307..f41f5f39d86c41b1d6d6d51275481c66b167361d 100644 (file)
@@ -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