Skip to content

Commit af78f28

Browse files
authored
Revert an accidental change. (#21895)
1 parent 89ea5f3 commit af78f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/startLocalCluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ $(ulimit -S -n) -lt 131072 ]; then
88
ulimit -S -n 131072 || true
99
fi
1010

11-
#rm -rf cluster
11+
rm -rf cluster
1212
if [ -d cluster-init ];then
1313
echo "== creating cluster directory from existing cluster-init directory"
1414
cp -a cluster-init cluster

0 commit comments

Comments
 (0)