generate.cgi is a /bin/sh shell script and tries to access
the $COLS array from apan.defs. There are also calls to
other arrays:
UT[$M]=$STR
data=${UT[$STEP]}
I changed the script to use bash and generate.cgi started
working immediately. Not sure if there are any side affects
yet, but it appears to be working well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=884608
I changed the script to use bash and generate.cgi started
working immediately. Not sure if there are any side affects
yet, but it appears to be working well.