mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-19 06:07:30 +08:00
Revert "refactor: core plugins to plugins-core"
This reverts commit c0b6ee1763.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "[entrypoint] Running database migrations..."
|
||||
php /www/artisan migrate --force
|
||||
|
||||
echo "[entrypoint] Checking core plugins..."
|
||||
php /www/artisan tinker --execute="App\Services\Plugin\PluginManager::installDefaultPlugins();" 2>/dev/null || true
|
||||
|
||||
echo "[entrypoint] Starting services..."
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user