Submitted by yngens on Sun, 08/13/2017 - 05:48
The command virtualmin modify-custom --domain $dom --set "option-name Yes"
works perfectly well, however the revers one virtualmin modify-custom --domain $dom --set "option-name No"
simply doesn't work, so we have to turn custom features only through UI.
Status:
Closed (works as designed)
Comments
Submitted by yngens on Sun, 08/13/2017 - 05:54 Comment #1
Working if using 1/0. Shame there is no proper documentation, so have to experiment a lot to find proper syntax.
Submitted by JamieCameron on Sun, 08/13/2017 - 15:00 Comment #2
Yeah, you have to use "1" for "Yes" and "0" for "No". I will update the documentation for this command to make it clearer.