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:
Diffstat (limited to 'lets-encrypt/activate-tls.sh')
-rw-r--r--lets-encrypt/activate-tls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lets-encrypt/activate-tls.sh b/lets-encrypt/activate-tls.sh
index fad46359..c1dcafa1 100644
--- a/lets-encrypt/activate-tls.sh
+++ b/lets-encrypt/activate-tls.sh
@@ -61,7 +61,7 @@ just type: sudo bash /var/scripts/activate-tls.sh"
exit
fi
-while true
+while :
do
print_text_in_color "$ICyan" "Updating lib.sh..."
# shellcheck disable=2034,2059