1
0

Make btcpay-restart properly restart everything (Fix #524)

This commit is contained in:
nicolas.dorier
2021-09-21 16:07:18 +09:00
parent baf3cbe5c7
commit 84d79fd41b

View File

@@ -147,6 +147,7 @@ btcpay_restart() {
if ! [ $? -eq 0 ]; then
docker-compose -f $BTCPAY_DOCKER_COMPOSE restart
fi
btcpay_up
popd > /dev/null
}