diff options
| -rw-r--r-- | python/vyos/utils/process.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/vyos/utils/process.py b/python/vyos/utils/process.py index c2ef98140..e09c7d86d 100644 --- a/python/vyos/utils/process.py +++ b/python/vyos/utils/process.py @@ -170,7 +170,7 @@ def rc_cmd(command, flag='', shell=None, input=None, timeout=None, env=None,      (1, 'Device "eth99" does not exist.')      """      out, code = popen( -        command.lstrip(), flag, +        command, flag,          stdout=stdout, stderr=stderr,          input=input, timeout=timeout,          env=env, shell=shell, | 
