Submitted by sgrayban on Sun, 02/15/2015 - 00:44
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
Submitted by JamieCameron on Sun, 02/15/2015 - 13:26 Comment #1
You can get this behavior already by adding the
--unsupported
flag.Submitted by sgrayban on Thu, 02/19/2015 - 00:49 Comment #2
wow stupid me I didn't even see that --unsupported switch.
Submitted by JamieCameron on Thu, 02/19/2015 - 00:59 Comment #3
It isn't documented too well (which I'll fix in the next release).