Change #! line for cronjob to refer to sh using canonical path.
authorLars Wirzenius <lars@catalyst.net.nz>
Tue, 13 Apr 2010 05:46:29 +0000 (17:46 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 16 Apr 2010 04:50:58 +0000 (00:50 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
misc/cronjobs/printoverdues.sh

index 3cf1c3d..99bb878 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 print_usage(){
     echo "$0 : generates PDF files from html files in directorys and prints them";