mirror of https://github.com/apache/cloudstack.git
make /root writable in ubuntu
This commit is contained in:
parent
f599c8d110
commit
9c660c192f
|
|
@ -667,6 +667,9 @@ class ubuntuFirewallConfigServer(firewallConfigServer):
|
|||
try:
|
||||
for port in self.ports:
|
||||
self.allowPort(port)
|
||||
|
||||
#FIXME: urgly make /root writable
|
||||
bash("sudo chmod 0777 /root")
|
||||
|
||||
return True
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in New Issue