Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2020-09-10 22:31:43 +0300
committerGitHub <noreply@github.com>2020-09-10 22:31:43 +0300
commit9adb4e422aa7f7be1b66e3a879d467a954c80807 (patch)
tree30929b674a87291a3f7f1192a778298dacbb9e03 /lets-encrypt
parent665c7698315cd3c70fb8b971de305d34eb860cce (diff)
some small fixes and enhancements (#1440)
Diffstat (limited to 'lets-encrypt')
-rw-r--r--lets-encrypt/test-new-config.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/lets-encrypt/test-new-config.sh b/lets-encrypt/test-new-config.sh
index 34c5bcc1..15cc691c 100644
--- a/lets-encrypt/test-new-config.sh
+++ b/lets-encrypt/test-new-config.sh
@@ -14,8 +14,7 @@ DEBUG=0
debug_mode
# Activate the new config
-printf "${Color_Off}We will now test that everything is OK\n"
-any_key "Press any key to continue... "
+msg_box "We will now test that everything is OK"
a2ensite "$1"
a2dissite "$TLS_CONF"
a2dissite "$HTTP_CONF"
@@ -85,7 +84,6 @@ else
a2ensite "$HTTP_CONF"
a2ensite 000-default.conf
restart_webserver
- printf "${ICyan}Couldn't load new config, reverted to old settings. Self-signed TLS is OK!${Color_Off}\n"
- any_key "Press any key to continue... "
+ msg_box "Couldn't load new config, reverted to old settings. Self-signed TLS is OK!"
exit 1
fi