Fix indention in etc/grml/fai/config/hooks/instsoft.GRMLBASE
authorMichael Prokop <devnull@localhost>
Sun, 25 Nov 2007 18:49:06 +0000 (19:49 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 25 Nov 2007 18:49:06 +0000 (19:49 +0100)
etc/grml/fai/config/hooks/instsoft.GRMLBASE

index 4d087e7..7a67f99 100755 (executable)
@@ -23,11 +23,11 @@ if [ "$FAI_ACTION" = "softupdate" ] ; then
    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