We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c87d1 commit cb364acCopy full SHA for cb364ac
1 file changed
deploy-to-swarm.sh
@@ -152,14 +152,6 @@ print_green "✓ Found $NODE_COUNT nodes:"
152
echo "$NODES"
153
echo
154
155
-# Ask for confirmation before proceeding
156
-read -r -p "Proceed with ${ACTION} on these nodes? [Y/n] " CONFIRM
157
-if [[ "$CONFIRM" =~ ^[Nn]$ ]]; then
158
- echo "Aborted."
159
- exit 0
160
-fi
161
-echo
162
-
163
# Function to get SSH target for a node
164
get_node_target() {
165
local node="$1"
0 commit comments