nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|