From 8f51beed84a778fe360b5b8351838ab93ae9f684 Mon Sep 17 00:00:00 2001 From: git Date: Sun, 10 Aug 2025 18:29:39 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 876ad10..9f85827 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ NEW_CRON := 0 3 * * * $(CURDIR)/main.sh run-script: # Run the main script - ./main.sh + bash ./main.sh install: # Add entry in crontab if missing (no duplicates)