diff options
Diffstat (limited to 'src/migration-scripts/flow-accounting')
-rwxr-xr-x | src/migration-scripts/flow-accounting/0-to-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/migration-scripts/flow-accounting/0-to-1 b/src/migration-scripts/flow-accounting/0-to-1 index 72cce77b0..0f790fd9c 100755 --- a/src/migration-scripts/flow-accounting/0-to-1 +++ b/src/migration-scripts/flow-accounting/0-to-1 @@ -21,7 +21,7 @@ from sys import argv from vyos.configtree import ConfigTree -if (len(argv) < 1): +if len(argv) < 2: print("Must specify file name!") exit(1) |