From e56a03f683d98a32abccad5f04af84c3c0538227 Mon Sep 17 00:00:00 2001 From: marszayn Date: Mon, 21 Jul 2025 16:12:27 +0700 Subject: [PATCH] update shell --- sync-perizinan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-perizinan.sh b/sync-perizinan.sh index 5da9eb0..e7a9c84 100644 --- a/sync-perizinan.sh +++ b/sync-perizinan.sh @@ -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