Re: Script not terminating properly
Russell Shaw <[email protected]>
| Newsgroups | gmane.org.user-groups.mlug.main |
|---|---|
| Message-ID | <[email protected]> |
Geoffrey Scott wrote: > Hi ppl, > I can't for the life of me figure out why this script below doesn't > finish. Can anyone see what I have done wrong? > > #!/bin/bash > . /usr/local/open-xchange/etc/admintools.conf > > if [ "$1" = "--stop" ] > then... It's easiest to put: echo "passNNN" statements on every few lines.