Skip to content

Commit

Permalink
Add a FIXME to head off predictable future breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
BjarniRunar committed Dec 30, 2015
1 parent 08967b8 commit 5406110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mailpile-admin.py
Expand Up @@ -399,6 +399,9 @@ def start_mailpile(app_args, args):
user_settings['port'],
False, None, None)
save_htaccess(args, os_settings, mailpiles)
# FIXME: If/when run_script raises exceptions, this call should
# be try/except wrapped to not be considered critical, as
# we expect some chmods to fail when not run as root.
run_script(args, os_settings, FIX_PERMS_SCRIPT)


Expand Down

0 comments on commit 5406110

Please sign in to comment.