From ce0a89c89e1ff8a73c61f11f4a76657712fa2c6b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 13 Apr 2010 17:46:29 +1200 Subject: [PATCH] Change #! line for cronjob to refer to sh using canonical path. Signed-off-by: Galen Charlton --- misc/cronjobs/printoverdues.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh index 3cf1c3d4a2..99bb878fd1 100755 --- a/misc/cronjobs/printoverdues.sh +++ b/misc/cronjobs/printoverdues.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash print_usage(){ echo "$0 : generates PDF files from html files in directorys and prints them"; -- 2.39.5