Shell scripting woes

Peter Risdon peter at circlesquared.com
Tue Feb 24 09:59:58 PST 2004


mathias at haas.se wrote:

>Hello guys! I have two questions about shellscripts:
>
>
>2) The same backup job - is written as a bash script, and it works
>perfectly when run by hand, but it won't run as a cron job. 
>
Are you using a full path in the shebang at the top of the script? Such as:

#!/bin/sh

or

#!/usr/local/bin/bash

or whatever.

PWR.




More information about the freebsd-questions mailing list