T
tw-elektric
Eroberer
Hallo,
kann mir jmd sagen, ob letzte Woche etwas bei der CSH upgedatet wurde?
System ist Ubuntu 7.10!
Seit heute morgen gehen meine csh scripte nicht mehr. Ich weiß nicht warum.
Fehler:
Inhalt des Scripts:
Ich hoffe ihr könnt mir weiterhelfen...
Danke
Gruß
ottscho
.
.
.
EDIT (autom. Beitragszusammenführung) :
.
erledigt.
Gruß
kann mir jmd sagen, ob letzte Woche etwas bei der CSH upgedatet wurde?
System ist Ubuntu 7.10!
Seit heute morgen gehen meine csh scripte nicht mehr. Ich weiß nicht warum.
Fehler:
Code:
csh /work/twraid/tracktest/etfix/scripts/ttdsend.cmd 36011 /home/ottbe/.wine/drive_c/tmp 0 36011 11
set: Syntax Error.
Inhalt des Scripts:
Code:
#!/bin/csh
set echo
echo "ttdsend.csh: Version vom 12. Januar 2004, (C) TW-Elektric (Linux)"
if ( $3 == 0 && -r $2/$1.b99 ) then
echo "Bohrdaten zu Job $1 werden zum Server TW-01 gesendet ..."
cd $2
if ( -r $1.b99 ) then
mv $1.b99 $1.xa
endif
if ( -r $1.b97 ) then
mv $1.b97 $1.xd
endif
if ( -r $1.b98 ) then
mv $1.b98 $1.xd
endif
if ( -r $1.b86 ) then
mv $1.b86 $1.xb
endif
if ( -r $1.b87 ) then
mv $1.b87 $1.xb
endif
if ( -r $1.b53 ) then
mv $1.b53 $1.xc
endif
if ( -r $1.b60 ) then
mv $1.b60 $1.xc
endif
if ( -r $1.b05 ) then
mv $1.b05 $1.xp
endif
if ( -r $1.b33 ) then
mv $1.b33 $1.xp
endif
if ( -r $1.t99 ) then
mv $1.t99 $1.xe
endif
if ( -r $1.t97 ) then
mv $1.t97 $1.xh
endif
if ( -r $1.t98 ) then
mv $1.t98 $1.xh
endif
if ( -r $1.t86 ) then
mv $1.t86 $1.xf
endif
if ( -r $1.t87 ) then
mv $1.t87 $1.xf
endif
if ( -r $1.t53 ) then
mv $1.t53 $1.xg
endif
if ( -r $1.t60 ) then
mv $1.t60 $1.xg
endif
if ( -r $1.t05 ) then
mv $1.t05 $1.xq
endif
if ( -r $1.t33 ) then
mv $1.t33 $1.xq
endif
echo "user av" >/tmp/responds.ftp
echo "cd /sys/user/system56/tgfix" >>/tmp/responds.ftp
echo "lcd $2" >>/tmp/responds.ftp
echo "mput $1.x*" >>/tmp/responds.ftp
echo "bye" >>/tmp/responds.ftp
ftp -in 192.92.130.2 < /tmp/responds.ftp
rm /tmp/responds.ftp
cd $2
cp $1.b* /produktionsdaten/Adapter
cp $1.t* /produktionsdaten/Adapter
cp $1.x* /produktionsdaten/Adapter
rm $1.b*
rm $1.t*
rm $1.x*
cd ~
else
echo "Keine Bohrdaten zu Job $1 ..."
exit(1)
endif
endif
echo "Bohrdaten wurden erfolgreich geschickt ..."
exit (0)
Ich hoffe ihr könnt mir weiterhelfen...
Danke
Gruß
ottscho
.
.
.
EDIT (autom. Beitragszusammenführung) :
.
erledigt.
Gruß
Zuletzt bearbeitet: