We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a2905 commit 265b9faCopy full SHA for 265b9fa
bin/ghe-host-check
@@ -132,7 +132,6 @@ if [ "$CLUSTER" == "true" ] ; then
132
133
# Iterate through each node in the cluster
134
nodes=$(ghe-ssh "$host" ghe-cluster-nodes)
135
- first=true
136
for node in $nodes; do
137
if ! echo "set -o pipefail; ssh $node -- 'touch $WRITE_CHECK_FILE && rm $WRITE_CHECK_FILE'" | ghe-ssh "$host" /bin/bash; then
138
echo "File system is not writeable or no permission on $node" 1>&2
0 commit comments