Search found 2 matches
- August 15th, 2010, 12:00 pm
- Forum: General Help
- Topic: No arguments to script on queue finishing
- Replies: 3
- Views: 3322
Re: No arguments to script on queue finishing
In fact, it's nearly the sample script. So the result is the same.
- August 14th, 2010, 5:34 am
- Forum: General Help
- Topic: No arguments to script on queue finishing
- Replies: 3
- Views: 3322
No arguments to script on queue finishing
Hello, I am trying to set up a script on finishing queue, but I have a problem with the arguments. It seems that no arguments are passed to the script. Here is the script : #!/bin/sh echo echo "Started as $0" > /tmp/notify_rabbit.txt echo "Number of arguments : $#" >> /tmp/notify...