Skip to content

Commit

Permalink
Merge pull request #169 from MortezaBashsiz/dev
Browse files Browse the repository at this point in the history
Fix bug in path
  • Loading branch information
MortezaBashsiz authored Mar 3, 2023
2 parents c3f9f8a + 7322183 commit 02eba42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash/cfScanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02eba42

Please sign in to comment.