We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255cece commit 2fb2a4dCopy full SHA for 2fb2a4d
root/etc/s6-overlay/s6-rc.d/init-speedtest-tracker-config/run
@@ -85,9 +85,8 @@ done
85
# Check for app key
86
if [[ -z ${APP_KEY} ]]; then
87
if ! grep -E "APP_KEY=[0-9A-Za-z:+\/=]{1,}" /app/www/.env > /dev/null; then
88
- export APP_KEY=$(s6-setuidgid abc php /app/www/artisan key:generate --show)
89
- echo "An application key was generated at start up, as no environment variable was set."
90
- echo "To set an application key that persists, read the docs: https://docs.speedtest-tracker.dev/"
+ echo "An application key is missing!"
+ echo "Go to https://speedtest-tracker.dev/ generate an application key."
91
fi
92
93
0 commit comments