PDA

View Full Version : HELP "issue updating license file on server"



i2iweb
07-10-2004, 09:27 AM
When I follow the instructions on the following link
http://www.directadmin.com/change_ip.txt I get the error
message "wget: No match." when running the following command
wget -O /usr/local/directadmin/conf/license.key https://www.directadmin.com/cgi-bin/licenseupdate?uid=UID\&lid=LID

I am running freebsd 4.9

i2iweb
07-10-2004, 03:56 PM
Got it fixed...

DirectAdmin Support
07-13-2004, 11:40 AM
Hello,

Just as a followup, the "no match" error on FreeBSD is because the ? character needs to be esacped as well with a \

The safest solution is to use the /usr/local/directadmin/scripts/getLicense.sh script.

John