From 9998dfce02a912f21ceea756183ae123aa533691 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 6 Jun 2018 15:07:18 +0900 Subject: [PATCH] change file name which bug updates --- btcpay-zsetclocale.sh => btcpay-setclocale.sh | 0 btcpay-update.sh | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename btcpay-zsetclocale.sh => btcpay-setclocale.sh (100%) diff --git a/btcpay-zsetclocale.sh b/btcpay-setclocale.sh similarity index 100% rename from btcpay-zsetclocale.sh rename to btcpay-setclocale.sh diff --git a/btcpay-update.sh b/btcpay-update.sh index 8d2c6e5..5b6819b 100755 --- a/btcpay-update.sh +++ b/btcpay-update.sh @@ -16,7 +16,9 @@ if [[ $BTCPAY_DOCKER_COMPOSE == *docker-compose.generated.yml ]]; then fi for scriptname in *.sh; do - if [ "$scriptname" == "build.sh" -o "$scriptname" == "build-pregen.sh" ] ; then + if [ "$scriptname" == "build.sh" ] || \ + [ "$scriptname" == "build-pregen.sh" ] || \ + [ "$scriptname" == "btcpay-setclocale.sh" ]; then continue; fi echo "Adding symlink of $scriptname to /usr/bin"