updated to use correct '=' operator by request

pull/553/head
Brad Koehn 7 years ago
parent de6c95d256
commit c554bcd84e

@ -12,7 +12,7 @@ php artisan migrate --force
php artisan update
# Run a worker if it is set as embedded
if [ "$HORIZON_EMBED" -eq "true" ]; then
if [ "$HORIZON_EMBED" = "true" ]; then
php artisan horizon &
fi

Loading…
Cancel
Save