Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: CALLing htpasswd

From: carlos:lorenz:gm:ail at: 2-Mar-2010 15:35

Hi folks, I have discovered my error. I forgot to pass the path to the binary in the Call command The fixed script is: *#!rebol -cs* *REBOL[]* *print "content-type: text/html ^/^/"* *probe call "/usr/bin/htpasswd /home/revistae/public_html/.passfile jane Pss4Jane"* * * *Thanks for your time ;)* * * * * 2010/3/2 Carlos Lorenz <carlos.lorenz-gmail.com>