Skip to content

Commit

Permalink
Merge pull request #9 from reload/feature/fix-azure-sync-dplsh
Browse files Browse the repository at this point in the history
Fixed stuck dplsh
  • Loading branch information
danquah authored May 25, 2021
2 parents c430b0c + 649eabc commit 53b03e0
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 53b03e0

Please sign in to comment.