From 649eabc203b496347d09a2194d6dd459114a088e Mon Sep 17 00:00:00 2001 From: "Mads H. Danquah" Date: Tue, 18 May 2021 11:09:47 +0200 Subject: [PATCH] the entrypoint could not get past the rsync. Skipped an unneeded directory --- tools/dplsh/files/dplsh-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dplsh/files/dplsh-entrypoint.sh b/tools/dplsh/files/dplsh-entrypoint.sh index e6b5ba5..c97e3d5 100644 --- a/tools/dplsh/files/dplsh-entrypoint.sh +++ b/tools/dplsh/files/dplsh-entrypoint.sh @@ -12,7 +12,7 @@ fi # the host. if [[ -d /home/dplsh/.azure-host ]] ; then mkdir -p /home/dplsh/.azure - rsync -a --exclude=logs /home/dplsh/.azure-host/ /home/dplsh/.azure/ + rsync -a --exclude=logs --exclude=commands --exclude=telemetry /home/dplsh/.azure-host/ /home/dplsh/.azure/ fi PATH=${PATH}:${HOME}/bin