avoid seed temp fix for twice seeding

This commit is contained in:
Samuel Laulhau
2016-10-05 15:55:47 +02:00
committed by GitHub
parent 2b1923ea7f
commit 12a6120734

View File

@@ -60,10 +60,10 @@ EOPHP
#php artisan optimize --force
#php artisan migrate --force
if [ ! -e "/var/www/app/is-seeded" ]; then
#if [ ! -e "/var/www/app/is-seeded" ]; then
#php artisan db:seed --force
#touch "/var/www/app/is-seeded"
fi
#fi
echo 'start'
exec "$@"