From 8580bdf27521a8a06e0646570da8919d7769f74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 21 May 2018 21:30:31 +0200 Subject: [PATCH] Add sleep 1 to avoid currence effect --- scripts/change_url | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 53cd35d..a2cc4bc 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -135,6 +135,9 @@ mysql_relpace_db seahubdb two_factor_staticdevice user mysql_relpace_db seahubdb two_factor_totpdevice user mysql_relpace_db seahubdb wiki_personalwiki username +# Avoid the current effect +sleep 1 + # Reload services sudo systemctl reload nginx.service sudo systemctl start seafile-server.service