Ich hab da mal ein Problem mit einem Script!
aufruf des Scripts im php
Fehler im Script
Die Stelle im Script xxxxx.sh
unter Telnet funktioniert das xxxxx.sh Script.
Ich hoffe ich habe mich verständlich genug ausgedrückt!
Gruß Pompom
aufruf des Scripts im php
Rich (BBCode):
exec('./xxxxx.sh -l xx.txt > ./xxx,txt 2>&1 &')
Fehler im Script
Rich (BBCode):
exec(./fritzload.sh: 223: tr: not found
Die Stelle im Script xxxxx.sh
Rich (BBCode):
param=$(echo $1 |tr -d '\015')
filename=$(echo $param | sed -e 's/^.*\/files\/[0-9]*\/\(.*\)$/\1/;s/\(.*\)\.html$/\1/')
Ich hoffe ich habe mich verständlich genug ausgedrückt!
Gruß Pompom