Thomas Neumann wrote: > hiya > > Henning Sprang schrieb: >> cfagent.log:/usr/bin/fai-do-scripts: ./FAIBASE/40-misc: >> /usr/sbin/cfagent: bad interpreter: No such file or directory > [...] >> Any idea what could be wrong there? > > very wild guess: trailing carriage return?
hmm, thanks, that diff made it work, but i also deleted and re-added the newline at the end of that line. diff --git a/scripts/FAIBASE/40-misc b/scripts/FAIBASE/40-misc index 3424a84..5aba74c 100755 --- a/scripts/FAIBASE/40-misc +++ b/scripts/FAIBASE/40-misc @@ -1,4 +1,4 @@ -#! /usr/sbin/cfagent -f +#!/usr/sbin/cfagent -f Strange... Henning -- Henning Sprang http://www.sprang.de | http://lazyb0y.blogspot.com/
