From 1931ed33b3770d7fd6d47110a950824bcf082c44 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 11 Apr 2025 09:44:29 +0200 Subject: [PATCH] Revert some changes --- misc/install.func | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/install.func b/misc/install.func index cd201b1..d1a3883 100644 --- a/misc/install.func +++ b/misc/install.func @@ -188,6 +188,9 @@ error_handler() { fi } +RETRY_NUM=10 +RETRY_EVERY=3 + # This function sets up the Container OS by generating the locale, setting the timezone, and checking the network connection setting_up_container() { msg_info "Setting up Container OS"