Skip to content

Commit

Permalink
Final fixes to daily webmail maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kiekerjan committed Jul 20, 2024
1 parent b0d8820 commit cb41147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/daily_maintenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def do_webmail_maintenance(env):
logging.debug("webmail.skin_logo configured but not a string")

if remove:
do_editconf([webmail_file, "-e", "$config['skin_logo']"])
do_editconf([webmail_file, "-e", "$config['skin_logo']="])

if __name__ == "__main__":
from utils import load_environment
Expand Down

0 comments on commit cb41147

Please sign in to comment.