Compare commits

...

1 commit
0 ... master

Author SHA1 Message Date
b0b7994027 Run container in non interactive mode
so it could be actionable via cron.
2021-04-28 20:43:14 +02:00

View file

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