forked from uncloud/uncloud
Fix Dominique's sudo bug
Totally not related to my previous commit
This commit is contained in:
parent
7e91f60c0a
commit
93d7a409b1
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ class DNSRA(object):
|
|||
|
||||
if use_sudo:
|
||||
self.config['sudo'] = 'sudo '
|
||||
else:
|
||||
self.config['sudo'] = ''
|
||||
|
||||
#TODO: remove if not needed
|
||||
#self.config['vni_dec'] = vni
|
||||
|
|
Loading…
Reference in a new issue