Compare commits

..

No commits in common. "master" and "0" have entirely different histories.
master ... 0

View file

@ -57,7 +57,7 @@ if [ -n "$INIT_FOLDER" ]; then
docker_mounts+=(-v "$INIT_FOLDER":/root/init.d)
fi
docker run --rm \
docker run --rm -it \
--hostname "$DOCKER_HOSTNAME" \
-v "$DUPLICITY_CACHE_VOLUME":/root/.cache/duplicity \
"${docker_mounts[@]}" \