Skip to content

Commit

Permalink
Merge pull request #41 from tomeli5n/patch-1
Browse files Browse the repository at this point in the history
pastsub_replacement
  • Loading branch information
mjwwit authored Nov 22, 2024
2 parents 25ded3b + 277fd8d commit ab1e212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# Disable patsub_replacement to avoid issues with '&' in pattern substitutions
shopt -u patsub_replacement

if [ -z "$PLUGIN_HOSTS" ]; then
echo "Specify at least one host!"
exit 1
Expand Down

0 comments on commit ab1e212

Please sign in to comment.