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 fa6db26 commit e29a64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
}
echo "Bugkiller Server Updater\n";
echo "Attempting to update packages...\n";
chdir(dirname(__DIR__));
shell_exec("COMPOSER_ALLOW_SUPERUSER=1 composer update");
echo "Pulling git changes...\n";
chdir(dirname(__DIR__));
shell_exec("git pull");
chdir("maintenance");
echo "Update finished!";
echo "Update finished!\n";

0 comments on commit e29a64a

Please sign in to comment.