From ef79e1c5fbf6fc20a8aa768ec300913f452d470a Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 11 Jun 2019 17:28:14 +0900 Subject: [PATCH] Fix update --- helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.sh b/helpers.sh index 2ccd029..75521d0 100755 --- a/helpers.sh +++ b/helpers.sh @@ -32,7 +32,7 @@ install_tooling() { dependency="${scripts[$i+0]}" comment="${scripts[$i+2]}" - [ -e /usr/bin/$scriptname ] && rm /usr/bin/$scriptname + [ -e /usr/local/bin/$scriptname ] && rm /usr/local/bin/$scriptname if [ -e "$scriptname" ]; then if [ "$dependency" == "*" ] || grep -q "$dependency" "$BTCPAY_DOCKER_COMPOSE"; then chmod +x $scriptname