Make setup-buildd not fail when there is nothing wrong
[mirror/dsa-puppet.git] / modules / schroot / files / setup-dchroot
index 3f6179d..aeadf90 100755 (executable)
@@ -129,6 +129,7 @@ EOF
                 [ -n "$buildd" ] && genschrootconf "$suite" "$arch" "$target" "security"
             fi
     esac
+    return 0
 }
 
 do_config() {