From 5283bb7cb8c50b96f18bf9a16540d59434732210 Mon Sep 17 00:00:00 2001 From: Soubinan Date: Fri, 24 Jan 2025 16:10:18 -0500 Subject: [PATCH] update mafl.yml: fix path error --- templates/mafl.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/mafl.yml b/templates/mafl.yml index 4ba1c74..b3fa44b 100644 --- a/templates/mafl.yml +++ b/templates/mafl.yml @@ -97,12 +97,11 @@ instructions: yarn run build mkdir -p /opt/mafl/extra /opt/mafl/data /app/data - cp -r /app/.output/* /opt/mafl/ + cp -r .output/* /opt/mafl/ cp .example/config.yml /opt/mafl/data/config.yml cp .example/config.yml /app/data/config.yml - cp /app/extra/healthcheck.mjs /opt/mafl/extra/healthcheck.mjs + cp extra/healthcheck.mjs /opt/mafl/extra/healthcheck.mjs - rm -rf /tmp/mafl touch /opt/mafl/.installed__ systemctl enable mafl.service