From 06eef2ceb869aa83cde3ad0af84801f62296a936 Mon Sep 17 00:00:00 2001 From: Joseph Chilcote Date: Wed, 1 Aug 2018 18:21:41 -0700 Subject: [PATCH] will now allow mixing templates and -i --- pkgroot/usr/local/vfuse/bin/vfuse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index b0e79e5..9368a8c 100755 --- a/pkgroot/usr/local/vfuse/bin/vfuse +++ b/pkgroot/usr/local/vfuse/bin/vfuse @@ -919,7 +919,7 @@ def main(): d = import_template(args.template, output_dir, template_dir) if d.get('fusion_path'): fusion_path = os.path.expanduser(d['fusion_path']) - if not d.get('source_dmg') and not d.get('netboot'): + if not d.get('source_dmg') and not d.get('netboot') and not source_dmg: parser.print_help() sys.exit(1) if d.get('netboot'):