Skip to content

Commit

Permalink
feat: disable web upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jul 1, 2024
1 parent 17d9e48 commit f2fee8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ OCC "config:system:set mail_domain --value=".$cdb->get_value('DomainName');
OCC "config:system:set mail_smtphost --value=localhost";
OCC "config:system:set mail_smtpport --value=25";
OCC "config:system:set updatechecker --type bool --value false";
OCC "config:system:set upgrade.disable-web --type bool --value true";
OCC "config:system:set check_for_working_wellknown_setup --type bool --value false";
OCC "background:cron";
OCC "db:convert-filecache-bigint -n";
Expand Down

0 comments on commit f2fee8d

Please sign in to comment.