Skip to content

Commit

Permalink
will now allow mixing templates and -i
Browse files Browse the repository at this point in the history
  • Loading branch information
chilcote committed Aug 2, 2018
1 parent ebc196c commit 06eef2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgroot/usr/local/vfuse/bin/vfuse
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 06eef2c

Please sign in to comment.