[EMAIL PROTECTED] wrote:
>
> start() {
> date >> /root/joe.log
> /usr/bin/joevpn start &
> RES=$?
> return $RES
> }
>
> This all works and everything. I am just curious as to why when I do
> a ps I get this:
> /b
[EMAIL PROTECTED] wrote / napĂsal(a):
I have a shell script, /usr/bin/joevpn, which does a quick VPN
connect. Basically (HOST and DOFIL are defined above and are correct.
I just did not list them here)
case "$1" in
start)
date > $DOFIL
while [ -f $DOFIL ]
do
I have a shell script, /usr/bin/joevpn, which does a quick VPN
connect. Basically (HOST and DOFIL are defined above and are correct.
I just did not list them here)
case "$1" in
start)
date > $DOFIL
while [ -f $DOFIL ]
do
echo y | /usr/local/bin/
3 matches
Mail list logo