diff --git a/bash/cfScanner.sh b/bash/cfScanner.sh index 8077f0d2..d79c17aa 100644 --- a/bash/cfScanner.sh +++ b/bash/cfScanner.sh @@ -145,6 +145,7 @@ function fncCheckIPList { downloadOrUpload="${14}" binDir="$scriptDir/../bin" configDir="$scriptDir/../config" + configPath=$(echo "$configPath" | sed 's/\//\\\//g') # set proper command for linux if command -v timeout >/dev/null 2>&1; then