We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619a07 commit 87c278dCopy full SHA for 87c278d
sail/provision.py
@@ -521,7 +521,7 @@ def _install(passwords):
521
c.run('mkdir -p %s/releases/1337' % remote_path)
522
c.run('mkdir -p %s/uploads' % remote_path)
523
c.run('mkdir -p %s/profiles' % remote_path)
524
- c.run('chown -R www-data. %s' % remote_path)
+ c.run('chown -R www-data:www-data %s' % remote_path)
525
526
# Create a MySQL database
527
util.item('Setting up the MySQL database')
0 commit comments