Adding explicit exit 0 to revert cleanup errors

This commit is contained in:
rockstardev 2026-01-14 12:39:21 -06:00
parent a1a6b8a66e
commit 4cdadcf667
No known key found for this signature in database
GPG Key ID: 4F224698945A6EE7

View File

@ -83,3 +83,4 @@ set +e
if [ "$BTCPAY_UPDATE_CLEAN" == true ]; then
./btcpay-clean.sh
fi
exit 0