[Koha-patches] [PATCH] Change #! line for cronjob to refer to sh using canonical path.

Lars Wirzenius lars at catalyst.net.nz
Tue Apr 13 07:46:29 CEST 2010


---
 misc/cronjobs/printoverdues.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh
index 3cf1c3d..99bb878 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";
-- 
1.7.0




More information about the Koha-patches mailing list