Skip to content

Commit 4e0fcb5

Browse files
authored
Merge pull request #796 from microsoft/bliang/fix-arc-cleanup
Set temp folder name to be the one used in setup-controller-new.sh
2 parents 8e15eb6 + 61b78e5 commit 4e0fcb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller-new.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sudo rm -rf ~/.kube
8686

8787
# Clean up working folders.
8888
#
89-
export AZUREARCDATACONTROLLER_DIR=aadatacontroller
89+
export AZUREARCDATACONTROLLER_DIR=arc-data
9090
if [ -d "$AZUREARCDATACONTROLLER_DIR" ]; then
9191
echo "Removing working directory $AZUREARCDATACONTROLLER_DIR."
9292
rm -f -r $AZUREARCDATACONTROLLER_DIR

0 commit comments

Comments
 (0)