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.

git-annex-shell 277 B

1234567
  1. #!/bin/sh
  2. set -e
  3. if [ "x$SSH_ORIGINAL_COMMAND" != "x" ]; then
  4. exec '/srv/conda/envs/notebook/share/git-annex-8.20211123-0/runshell' git-annex-shell -c "$SSH_ORIGINAL_COMMAND"
  5. else
  6. exec '/srv/conda/envs/notebook/share/git-annex-8.20211123-0/runshell' git-annex-shell -c "$@"
  7. fi