Skip to content
Snippets Groups Projects
Commit 5d876a9f authored by Armin's avatar Armin
Browse files

Fix write option.

parent 0d549367
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def setup_etherpad():
data = f.read()
f.close()
data.replace('#ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001', 'ETHERPAD_URL_BASE=http://etherpad:9001')
f = open('.env', w)
f = open('.env', 'w')
f.write(data)
f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment