Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Procházet zdrojové kódy

.nii.gz extraction can be handled directly by CAT

Małgorzata Wierzba před 4 roky
rodič
revize
12afdbfc13
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      code/main

+ 1 - 1
code/main

@@ -46,4 +46,4 @@ fi
 # Run CAT
 
 NOW=$(date +%s)
-exec zrun /code/cat_standalone.sh "$@" 2>&1 |tee cat_$NOW.log
+exec /code/cat_standalone.sh "$@" 2>&1 |tee cat_$NOW.log