[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [condor-users] Linux problem




And the prueba.sh file only contains:

pwd

Make it a real script. It should be at least two lines long:


#!/bin/sh
pwd

This will fix your problem.

The #!/bin/sh will help Linux figure out how to execute your script.

-alain


Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>