From feb377a8f1c7becbd03eb957e212bfdd7ef5abda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 20 Jul 2023 01:21:20 +0800 Subject: [PATCH] fix(install script): run migrate --- scripts/install_panel.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_panel.sh b/scripts/install_panel.sh index b476d567..4fc393c8 100644 --- a/scripts/install_panel.sh +++ b/scripts/install_panel.sh @@ -180,6 +180,7 @@ Init_Panel() { cp panel-example.conf panel.conf ${setup_Path}/panel/panel --env="panel.conf" artisan key:generate ${setup_Path}/panel/panel --env="panel.conf" artisan jwt:secret + ${setup_Path}/panel/panel --env="panel.conf" artisan migrate chmod -R 700 ${setup_Path}/panel cp scripts/panel.sh /usr/bin/panel chmod -R 700 /usr/bin/panel