taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e08bd511c98e8dab1b5a556870b2af94cf0d8650
parent 4b8e5104daf13dd13bdd27dd8c7ed29ad89e92ec
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Jun 2025 23:59:36 +0200

do not fail on move

Diffstat:
Mworker-sites/update_buywith_page.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/worker-sites/update_buywith_page.sh b/worker-sites/update_buywith_page.sh @@ -23,7 +23,7 @@ chmod -R g+rx $HOME/map.taler-ops.ch.wip/ rm -fr $HOME/map.taler-ops.ch.old/ # Finally, do two fast renames to make the current version active -mv $HOME/map.taler-ops.ch/ $HOME/map.taler-ops.ch.old/ +mv $HOME/map.taler-ops.ch/ $HOME/map.taler-ops.ch.old/ || true mv $HOME/map.taler-ops.ch.wip/ $HOME/map.taler-ops.ch/ cd