This commit is contained in:
hackerESQ
2025-01-25 22:33:27 -06:00
parent 0c7d4a83f1
commit 390b137e0b
+1 -1
View File
@@ -7,7 +7,7 @@ run_as_www_user() {
su - www-data -c "/usr/local/bin/php /var/www/app/artisan $1"
}
if ( ! grep -q "^APP_KEY=" ".env" || grep -q "^APP_KEY=$" ".env"); then
if [[ -z "$APP_KEY" ]]; then
echo " > The required APP_KEY configuration is missing in your .env file. Copy and paste this key into your .env file. Then restart the container!"
draw_box() {