--log-only script install

When you are adding a --log-only script the --version switch should allow any version instead of forcing the latest version otherwise the user/client will have to hunt down that script log file and that's a real pain in the ass just for me and I'm a pro at VM... imagine what a newbie will go through to find that script under /etc/webmin/virtual-server/scriptlog/

A sample of the error:

virtualmin install-script --domain random-domain.com --log-only --type wordpress --version 3.5 --path /wordpress/ --db "mysql random-domain_wordpress" --user --pass

Version 3.5 is not valid for script. Available versions are : 4.1

Status: 
Closed (fixed)

Comments

You can get this behavior already by adding the --unsupported flag.

wow stupid me I didn't even see that --unsupported switch.

It isn't documented too well (which I'll fix in the next release).