Skip to content

Commit 265b9fa

Browse files
committed
SC fix
1 parent 10a2905 commit 265b9fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/ghe-host-check

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ if [ "$CLUSTER" == "true" ] ; then
132132

133133
# Iterate through each node in the cluster
134134
nodes=$(ghe-ssh "$host" ghe-cluster-nodes)
135-
first=true
136135
for node in $nodes; do
137136
if ! echo "set -o pipefail; ssh $node -- 'touch $WRITE_CHECK_FILE && rm $WRITE_CHECK_FILE'" | ghe-ssh "$host" /bin/bash; then
138137
echo "File system is not writeable or no permission on $node" 1>&2

0 commit comments

Comments
 (0)