We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to documentation, it should be possible to select the version to be installed. $ sudo ./run.py --version=X.X.X
When doing so, i get the following error.
@mail:~/modoboa-installer$ sudo ./run.py --version=1.13 usage: run.py [-h] [--debug] [--force] [--configfile CONFIGFILE] [--version {latest,1.9.0,1.8.1,1.8.2,1.8.3}] [--stop-after-configfile-check] [--interactive] [--upgrade] domain run.py: error: argument --version: invalid choice: '1.13' (choose from 'latest', '1.9.0', '1.8.1', '1.8.2', '1.8.3')
(This it not critical - just an observation... AND THANK YOU for modoboa .- its great ! )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to documentation, it should be possible to select the version to be installed.
$ sudo ./run.py --version=X.X.X
When doing so, i get the following error.
@mail:~/modoboa-installer$ sudo ./run.py --version=1.13
usage: run.py [-h] [--debug] [--force] [--configfile CONFIGFILE]
[--version {latest,1.9.0,1.8.1,1.8.2,1.8.3}]
[--stop-after-configfile-check] [--interactive] [--upgrade]
domain
run.py: error: argument --version: invalid choice: '1.13' (choose from 'latest', '1.9.0', '1.8.1', '1.8.2', '1.8.3')
(This it not critical - just an observation... AND THANK YOU for modoboa .- its great ! )
The text was updated successfully, but these errors were encountered: