mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 04:50:42 +02:00
change file name which bug updates
This commit is contained in:
parent
c6e5db9ef6
commit
9998dfce02
@ -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…
Reference in New Issue
Block a user