diff --git a/upload.sh b/upload.sh index 404b327..45acc6b 100755 --- a/upload.sh +++ b/upload.sh @@ -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