commit 531970a11920c5f21ecccf18fa606656cff675c7
parent c5ac4acd6b51fe50234aee2c0fb75ea380b55cc3
Author: Antoine A <>
Date: Wed, 15 Oct 2025 11:46:16 +0100
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regional-currency/upgrade.sh b/regional-currency/upgrade.sh
@@ -32,7 +32,7 @@ taler-exchange-dbconfig &>> upgrade.log
taler-merchant-dbconfig &>> upgrade.log
echo -n "Run migrations"
-for migration in migration.*;
+for migration in migration/*;
do ./"$migration" &>> upgrade.log;
done
echo " OK"