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)