update shell

main
marszayn 2025-07-21 16:12:27 +07:00
parent 266632ec35
commit e56a03f683
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cd "$PROJECT_DIR"
echo "[$(date '+%Y-%m-%d %H:%M:%S')] Starting perizinan data sync" >> storage/logs/cron.log
# Run the sync command
php artisan perizinan:sync >> storage/logs/cron.log 2>&1
php artisan perizinan:sync --all >> storage/logs/cron.log 2>&1
# Log completion
echo "[$(date '+%Y-%m-%d %H:%M:%S')] Perizinan data sync completed" >> storage/logs/cron.log