Richard G
Verified User
Hello.
On one of my servers I got this error on Anacron:
So i went looking and this line was the line before the last one:
It missing a " and this should not be the end of the ./build script.
I checked with 2 other servers and they have another line at 18398 and also they have a lot of lines after this command, so on this server, due to some reason, this build script got crippled.
Is there an easy way with wget to get a new build script? Else I will copy one over from one of the other servers.
I'd rather get a fresh one from a DA server if possible.
On one of my servers I got this error on Anacron:
Code:
etc/cron.daily/custombuild:
./build: line 18398: unexpected EOF while looking for matching `"'
./build: line 18399: syntax error: unexpected end of file
So i went looking and this line was the line before the last one:
Code:
elif [ "${VERSIONS}" = "1" ]; then
echo "${boldon}libxs
I checked with 2 other servers and they have another line at 18398 and also they have a lot of lines after this command, so on this server, due to some reason, this build script got crippled.
Is there an easy way with wget to get a new build script? Else I will copy one over from one of the other servers.
I'd rather get a fresh one from a DA server if possible.