Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_imports.sh « jobs « pipeline - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d3a04fe800a03d68704dcd92ac87edff9c39e89 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

export PATH="$PATH:${ROOT_DIR}/pipeline/docker-run"
. error_handling.sh

which ts > /dev/null
if [[ $? -ne 0 ]]; then
  echo "please install ts. e.g. brew install moreutils/apt-get install moreutils"
  exit 1
fi