Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Fix indention in etc/grml/fai/config/hooks/instsoft.GRMLBASE
authorMichael Prokop
Sun Nov 25 19:49:06 2007 +0100 (12 months ago)
changeset 325ee148db642ea
manifestee148db642ea
parent 3240d9179e8dded
child 326ba30ece07764
Fix indention in etc/grml/fai/config/hooks/instsoft.GRMLBASE
etc/grml/fai/config/hooks/instsoft.GRMLBASE
--- a/etc/grml/fai/config/hooks/instsoft.GRMLBASE Sun Nov 25 19:46:33 2007 +0100
+++ b/etc/grml/fai/config/hooks/instsoft.GRMLBASE Sun Nov 25 19:49:06 2007 +0100
@@ -23,11 +23,11 @@ if [ "$FAI_ACTION" = "softupdate" ] ; th
echo "Softupdate of FAI via grml-live running"
if [ -r /etc/resolv.conf ] ; then
- if [ -r $target/etc/resolvconf/run/resolv.conf ] ; then
- cat /etc/resolv.conf >> $target/etc/resolvconf/run/resolv.conf
- else
- cat /etc/resolv.conf >> $target/etc/resolv.conf
- fi
+ if [ -r $target/etc/resolvconf/run/resolv.conf ] ; then
+ cat /etc/resolv.conf >> $target/etc/resolvconf/run/resolv.conf
+ else
+ cat /etc/resolv.conf >> $target/etc/resolv.conf
+ fi
fi
if [ -r $target/etc/policy-rc.d.conf ] ; then