mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
fifteen: add missing do.
This commit is contained in:
@@ -175,7 +175,7 @@ esac
|
|||||||
rm -rf /srv/web/ipfire/html/themes/ipfire
|
rm -rf /srv/web/ipfire/html/themes/ipfire
|
||||||
|
|
||||||
# rename /etc/modprobe.d files
|
# 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
|
mv $i $i.conf
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user