Skip to content

Commit

Permalink
Improve chown command group separator
Browse files Browse the repository at this point in the history
  • Loading branch information
kovshenin committed Sep 21, 2024
1 parent d619a07 commit 87c278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sail/provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def _install(passwords):
c.run('mkdir -p %s/releases/1337' % remote_path)
c.run('mkdir -p %s/uploads' % remote_path)
c.run('mkdir -p %s/profiles' % remote_path)
c.run('chown -R www-data. %s' % remote_path)
c.run('chown -R www-data:www-data %s' % remote_path)

# Create a MySQL database
util.item('Setting up the MySQL database')
Expand Down

0 comments on commit 87c278d

Please sign in to comment.