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

@@ -2,7 +2,7 @@
# -------------------------------------------------------------------------
# WordOps install and update script
# -------------------------------------------------------------------------
# Website: https://wordops.io
# Website: https://wordops.net
# GitHub: https://github.com/WordOps/WordOps
# Copyright (c) 2019 - WordOps
# 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 "source /etc/bash_completion.d/wo_auto.rc"
echo
wo_lib_echo "WordOps (wo) help: https://docs.wordops.io"
wo_lib_echo "WordOps (wo) help: https://docs.wordops.net"
else
echo
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"
echo
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