Skip to content

Commit 61b78e5

Browse files
author
Bill Liang
committed
set temp folder name to be the one used in setup-controller-new.sh
1 parent 8e15eb6 commit 61b78e5

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)