update domain

This commit is contained in:
VirtuBox
2019-03-29 12:17:17 +01:00
parent f0236e9e2c
commit 239531cc04
6 changed files with 18 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
This issue tracker is only for issues related to WordOps. This issue tracker is only for issues related to WordOps.
Please use <https://community.wordops.io> for support questions. Please use <https://community.wordops.net> for support questions.
If you feel the issue is a WordOps specific issue, please attach the output of the following commands. If you feel the issue is a WordOps specific issue, please attach the output of the following commands.

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2018-2019 WordOps (https://wordops.io) Copyright (c) 2018-2019 WordOps (https://wordops.net)
Copyright (C) 2011-2017 EE Development Group (https://github.com/ee/ee/contributors) Copyright (C) 2011-2017 EE Development Group (https://github.com/ee/ee/contributors)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@@ -1,4 +1,4 @@
<h1 align="center" style="font-size:54px;"><a href="https://wordops.io"> <h1 align="center" style="font-size:54px;"><a href="https://wordops.net">
WordOps</a> WordOps</a>
<br> <br>
</h1> </h1>
@@ -26,6 +26,11 @@
<a href="#credits">Credits</a> • <a href="#credits">Credits</a> •
<a href="#license">License</a> <a href="#license">License</a>
</p> </p>
<p align="center">
<a href="https://wordops.net"> WordOps site</a> •
<a href="https://community.wordops.net">Community forum</a> •
<a href="https://docs.wordops.net">Documentation</a>
</p>
--- ---
@@ -142,12 +147,12 @@ wo update
## Support ## Support
If you feel there is a bug directly related to WordOps, feel free to open an issue. If you feel there is a bug directly related to WordOps, feel free to open an issue.
For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.io/). For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.net/).
# Contributing # Contributing
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.io). There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.net).
## Credits ## Credits
@@ -157,4 +162,4 @@ There is no need to be a developer or a system administrator to contribute to Wo
## License ## License
- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.io) - [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.net)

View File

@@ -2,7 +2,7 @@
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# WordOps install and update script # WordOps install and update script
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Website: https://wordops.io # Website: https://wordops.net
# GitHub: https://github.com/WordOps/WordOps # GitHub: https://github.com/WordOps/WordOps
# Copyright (c) 2019 - WordOps # Copyright (c) 2019 - WordOps
# This script is licensed under M.I.T # This script is licensed under M.I.T
@@ -689,7 +689,7 @@ if [ "$migration" -eq "1" ]; then
wo_lib_echo_info "For autocompletion, run the following command:" wo_lib_echo_info "For autocompletion, run the following command:"
wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc" wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc"
echo echo
wo_lib_echo "WordOps (wo) help: https://docs.wordops.io" wo_lib_echo "WordOps (wo) help: https://docs.wordops.net"
else else
echo echo
wo_lib_echo "For WordOps (wo) auto completion, run the following command" wo_lib_echo "For WordOps (wo) auto completion, run the following command"
@@ -697,5 +697,5 @@ else
wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc" wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc"
echo echo
wo_lib_echo "Yay! WordOps (wo) installed/updated successfully" wo_lib_echo "Yay! WordOps (wo) installed/updated successfully"
wo_lib_echo "WordOps (wo) help: https://docs.wordops.io" wo_lib_echo "WordOps (wo) help: https://docs.wordops.net"
fi fi

View File

@@ -64,8 +64,8 @@ setup(name='wo',
classifiers=[], classifiers=[],
keywords='', keywords='',
author='WordOps', author='WordOps',
author_email='core@wordops.io', author_email='core@wordops.net',
url='https://wordops.io', url='https://wordops.net',
license='MIT', license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests', packages=find_packages(exclude=['ez_setup', 'examples', 'tests',
'templates']), 'templates']),

View File

@@ -1382,7 +1382,7 @@ def renewLetsEncrypt(self, wo_domain_name):
# "\nPlease check the WordOps log for reason # "\nPlease check the WordOps log for reason
# The current expiry date is : " + # The current expiry date is : " +
# str(SSL.getExpirationDate(self, wo_domain_name)) + # str(SSL.getExpirationDate(self, wo_domain_name)) +
# "\n\nFor support visit https://wordops.io/support . # "\n\nFor support visit https://wordops.net/support .
# \n\nBest regards,\nYour WordOps Worker", files=mail_list, # \n\nBest regards,\nYour WordOps Worker", files=mail_list,
# port=25, isTls=False) # port=25, isTls=False)
Log.error(self, "Check the WO log for more details " Log.error(self, "Check the WO log for more details "