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.
2 parents 8a3a862 + 146d55e commit 747d45eCopy full SHA for 747d45e
src/aws/dependencies/detectIncompleteState.sh
@@ -116,5 +116,6 @@ detectIncompleteState() {
116
# Bit 0 -> keyPairExists
117
local binaryState=$(((instanceExists << 2) | (securityGroupExists << 1) | keyPairExists))
118
119
+ #echo "Binary state (in binary): $(echo "obase=2; $binaryState" | bc)"
120
return $binaryState
121
}
0 commit comments