Skip to content

Commit

Permalink
the entrypoint could not get past the rsync. Skipped an unneeded dire…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
danquah committed May 18, 2021
1 parent f056bd4 commit 649eabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dplsh/files/dplsh-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 649eabc

Please sign in to comment.