GeoNetAgent, LDAPWeb, server-audit, server-connection
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
cd /var/www/html |
|
echo "APP_KEY length: ${#APP_KEY}" |
|
echo "Testing artisan with verbose..." |
|
php artisan package:discover --ansi -v 2>&1 | head -30
|
|
|