Browse Source

change file name which bug updates

migrate-pregen
nicolas.dorier 6 years ago
parent
commit
9998dfce02
  1. 0
      btcpay-setclocale.sh
  2. 4
      btcpay-update.sh

0
btcpay-zsetclocale.sh → btcpay-setclocale.sh

4
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"

Loading…
Cancel
Save