File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 echo " Generated app key written to .env file"
3232 else
3333 echo " APP_KEY exists in environment, using that."
34- echo " APP_KEY=$APP_KEY " > /pelican-data/.env
34+ echo " APP_KEY=${ APP_KEY} " > /pelican-data/.env
3535 fi
3636
3737 # enable installer
@@ -47,7 +47,7 @@ if [ "${APP_INSTALLED}" = "true" ]; then
4747 if [ " ${DB_CONNECTION} " != " sqlite" ]; then
4848 # check for DB up before starting the panel
4949 echo " Checking database status."
50- until nc -z -v -w30 $ DB_HOST $ DB_PORT
50+ until nc -z -v -w30 " ${ DB_HOST} " " ${ DB_PORT} "
5151 do
5252 echo " Waiting for database connection..."
5353 # wait for 1 seconds before check again
@@ -59,6 +59,8 @@ if [ "${APP_INSTALLED}" = "true" ]; then
5959
6060 # run migration
6161 php artisan migrate --force
62+
63+ php artisan p:plugin:composer
6264fi
6365
6466echo " Optimizing Filament"
You can’t perform that action at this time.
0 commit comments