Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] Linux problem
- Date: Thu, 16 Oct 2003 09:55:53 -0500
- From: Alain Roy <roy@xxxxxxxxxxx>
- Subject: 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>