Skip to content

Commit

Permalink
Update update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbot-dot authored Jul 10, 2023
1 parent e29a64a commit c74f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
chdir(dirname(__DIR__));
shell_exec("COMPOSER_ALLOW_SUPERUSER=1 composer update");
echo "Pulling git changes...\n";
shell_exec("git pull");
shell_exec("git pull --no-rebase");
chdir("maintenance");
echo "Update finished!\n";

0 comments on commit c74f205

Please sign in to comment.