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 7cccf97 commit ef9d118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maintenance/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
chdir(dirname(__DIR__));
shell_exec("COMPOSER_ALLOW_SUPERUSER=1 composer update");
echo "Pulling git changes...\n";
shell_exec("git reset");
shell_exec("git pull --no-rebase");
chdir("maintenance");
echo "Restarting Apache server...\n";
Expand Down

0 comments on commit ef9d118

Please sign in to comment.