Selaa lähdekoodia

pass local tz to container on setup

Denys Bashkatov 3 viikkoa sitten
vanhempi
commit
b04f0b58c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/mirror-sync.sh

+ 1 - 1
scripts/mirror-sync.sh

@@ -57,7 +57,7 @@ do_sync() {
     export PYTHONIOENCODING=utf-8
     export PYTHONIOENCODING=utf-8
     
     
     # Run apt-mirror2 using Python version with timeout
     # Run apt-mirror2 using Python version with timeout
-    if timeout 18000 apt-mirror "$MIRROR_CONFIG" 2>&1 | tee -a "$MIRROR_LOG"; then
+    if timeout 36000 apt-mirror "$MIRROR_CONFIG" 2>&1 | tee -a "$MIRROR_LOG"; then
         log "Sync completed successfully"
         log "Sync completed successfully"
         
         
         # Update symlink to ensure web server sees latest data
         # Update symlink to ensure web server sees latest data