change file name which bug updates

This commit is contained in:
nicolas.dorier
2018-06-06 15:07:18 +09:00
parent c6e5db9ef6
commit 9998dfce02
2 changed files with 3 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ if [[ $BTCPAY_DOCKER_COMPOSE == *docker-compose.generated.yml ]]; then
fi fi
for scriptname in *.sh; do 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; continue;
fi fi
echo "Adding symlink of $scriptname to /usr/bin" echo "Adding symlink of $scriptname to /usr/bin"