Skip to content

Commit

Permalink
Merge pull request #81 from soubinan/features
Browse files Browse the repository at this point in the history
Features
  • Loading branch information
soubinan authored Jan 24, 2025
2 parents 773173b + 5f5a83d commit 458ecfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/mafl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 458ecfe

Please sign in to comment.