mirror of https://github.com/apache/cloudstack.git
make /root writable in ubuntu
This commit is contained in:
parent
1134b86918
commit
05acbc55ab
|
|
@ -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