diff options
| -rwxr-xr-x | pkg/linux/bitmask-root | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root index 136fd6a4..6badeedd 100755 --- a/pkg/linux/bitmask-root +++ b/pkg/linux/bitmask-root @@ -566,7 +566,7 @@ class NameserverRestorer(Daemon):      A daemon that will restore the previous nameservers.      """ -    def run(self): +    def run(self, *args):          """          Run when daemonized.          """ | 
