summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-12-01 10:54:25 +0100
committerms <ms@taler.net>2021-12-01 10:54:25 +0100
commitebb0894e5cab8383f781c81490011ba242057771 (patch)
treef68d7bfba981da3da1b0572ece18c49d407bfbfb
parent5ae103c2f3e234db0a62effaee4eb6423fab1c43 (diff)
downloaddeployment-ebb0894e5cab8383f781c81490011ba242057771.tar.gz
deployment-ebb0894e5cab8383f781c81490011ba242057771.tar.bz2
deployment-ebb0894e5cab8383f781c81490011ba242057771.zip
fix filename
-rwxr-xr-xbin/WIP/taler-local8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 2499c87..f0e3d54 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1145,25 +1145,25 @@ def prepare():
donations_unit.write(unit_file_content(
description = "Donation Website that accepts Taler payments.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos donations -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-blog.service", "w") as blog_unit:
blog_unit.write(unit_file_content(
description = "Blog that accepts Taler payments.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos blog -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-survey.service", "w") as survey_unit:
survey_unit.write(unit_file_content(
description = "Survey Website awarding tips via Taler.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos survey -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-landing.service", "w") as landing_unit:
landing_unit.write(unit_file_content(
description = "Landing Website of Taler demo.",
cmd = f"{TALER_PREFIX}/bin/taler-merchant-demos landing -c {CFG_OUTDIR / 'taler.conf'}",
- env = TALER_UNIT_FILES_DIR / "taler-frontends-local.env"
+ env = TALER_UNIT_FILES_DIR / "taler-local-frontends.env"
))
with open(TALER_UNIT_FILES_DIR / "taler-local-frontends.env", "w") as frontends_env:
frontends_env.write((