From 4f37562300df226c7e08c0fd71c0e32931f893d3 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 23 Jul 2013 06:00:59 +0200 Subject: autoscan: fix runnow foreground --- autoscan/autoscan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autoscan/autoscan.py b/autoscan/autoscan.py index 4736869..c9e8d5d 100755 --- a/autoscan/autoscan.py +++ b/autoscan/autoscan.py @@ -286,6 +286,7 @@ if args.runnow and args.foreground: sys.exit(1) if not args.runnow and not args.monitor: args.runnow = True +if args.runnow: args.foreground = True for iface in args.interfaces: -- cgit v1.2.3-59-g8ed1b