mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
fifteen: add missing do.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user