Skip to content

Commit

Permalink
[fix] Get correct installator path
Browse files Browse the repository at this point in the history
  • Loading branch information
dawid-czarnecki committed Nov 24, 2020
1 parent 886939d commit 736ba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -f /opt/BurpSuitePro/BurpSuitePro ]; then
fi
fi

SRC_PATH="$(dirname \"$0\")"
SRC_PATH="`dirname \"$0\"`"

# Get public IP in case not running on AWS or Digitalocean.
MYPUBLICIP=$(curl http://checkip.amazonaws.com/ -s)
Expand Down

0 comments on commit 736ba66

Please sign in to comment.