#!/bin/bash
echo "Running update according to defined schedule"
/usr/local/bin/php /var/www/html/artisan firefly:cron
