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