merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 5280edff6a66e8e12b84fdbbd1a36a2b5b19dadc
parent 87f8d4deb82e5b4e05e033fee13c5d2e96ad3096
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 15 Apr 2026 23:02:23 +0200

re-enable ro protection

Diffstat:
Mbootstrap | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap @@ -35,10 +35,10 @@ existence() } # Freeze SQL files that must no longer be edited. -#for n in 0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 0011 0012 0013 0014 0015 0016 0017 0018 0019 0020 0021 0022 0023 0024 0025 0026 0027 0028 0029 0030 0031 0032 0033 0034 -#do -# chmod -w src/backenddb/merchant-$n.sql* -#done +for n in 0001 0002 0003 0004 0005 0006 0007 0008 0009 0010 0011 0012 0013 0014 0015 0016 0017 0018 0019 0020 0021 0022 0023 0024 0025 0026 0027 0028 0029 0030 0031 0032 0033 0034 +do + chmod -w src/backenddb/sql-schema/merchant-$n.sql* +done if existence uncrustify; then echo "Installing uncrustify hook and configuration"