Skip to content

Commit 87c278d

Browse files
committed
Improve chown command group separator
1 parent d619a07 commit 87c278d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sail/provision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def _install(passwords):
521521
c.run('mkdir -p %s/releases/1337' % remote_path)
522522
c.run('mkdir -p %s/uploads' % remote_path)
523523
c.run('mkdir -p %s/profiles' % remote_path)
524-
c.run('chown -R www-data. %s' % remote_path)
524+
c.run('chown -R www-data:www-data %s' % remote_path)
525525

526526
# Create a MySQL database
527527
util.item('Setting up the MySQL database')

0 commit comments

Comments
 (0)