Mailinglist Archive: opensuse (2217 mails)
| < Previous | Next > |
Re: [opensuse] Postfix not recognising me (WAS: Postfix does notseem to be logging)
- From: John <John@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 18 Sep 2007 17:29:21 +0100
- Message-id: <46EFFCE1.5090506@xxxxxxxxxxxxxxxxxxxxx>
Jos van Kan wrote:
First line is:
#!/bin/bash
(#!/bin/sh scripts work fine)
J
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
What is the first line of the script you're trying to run?
If it is something different from a bash (#!/bin/bash) or sh (#!/bin/sh) script,
like perl, python or ruby (not to mention php) my guess would be that the
interpreter has not been installed on your system, or in a directory different
from that first line.
First line is:
#!/bin/bash
(#!/bin/sh scripts work fine)
J
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |