Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rehmatworks committed Sep 20, 2021
1 parent 0f7f58a commit 673789f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/utils/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ def setup_website(website: object):
# Create initial directories
filesystem.create_website_dirs(website)

# Fix permissions
fix_ownership(website)

# Create FPM pool conf
filesystem.generate_fpm_conf(website)

# Fix permissions
fix_ownership(website)


def delete_website(website: object):
Expand Down

0 comments on commit 673789f

Please sign in to comment.