Merge branch 'develop' of https://github.com/snipe/snipe-it into develop

This commit is contained in:
snipe 2019-02-13 22:04:58 -08:00
commit d24851c5d8
2 changed files with 9 additions and 0 deletions

View file

@ -47,5 +47,9 @@ then
cp -ax /var/www/html/vendor/laravel/passport/database/migrations/* /var/www/html/database/migrations/
fi
php artisan migrate --force
php artisan config:clear
php artisan config:cache
. /etc/apache2/envvars
exec apache2 -DNO_DETACH < /dev/null

View file

@ -44,5 +44,10 @@ if [ ! -f "/var/www/html/database/migrations/*create_oauth*" ]
then
cp -a /var/www/html/vendor/laravel/passport/database/migrations/* /var/www/html/database/migrations/
fi
php artisan migrate --force
php artisan config:clear
php artisan config:cache
export APACHE_LOG_DIR=/var/log/apache2
exec httpd -DNO_DETACH < /dev/null