diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-01-29 16:10:40 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-01-29 16:15:27 +0100 |
commit | 02be4323ddeee691a5dcba864b93ec9aa3d47f38 (patch) | |
tree | 21e317773ec8a9b3425291abd0503fc544559737 /apks/firefly3/firefly3.post-install | |
parent | 70c9cfbf1cb8eef0bfecb8c2268b70f1ddb6345d (diff) | |
download | apkbuilds-02be4323ddeee691a5dcba864b93ec9aa3d47f38.tar.gz apkbuilds-02be4323ddeee691a5dcba864b93ec9aa3d47f38.tar.bz2 apkbuilds-02be4323ddeee691a5dcba864b93ec9aa3d47f38.zip |
feat: Add firefly3 config folder
Now the env file is linked to the to the etc folder.
Diffstat (limited to 'apks/firefly3/firefly3.post-install')
-rw-r--r-- | apks/firefly3/firefly3.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apks/firefly3/firefly3.post-install b/apks/firefly3/firefly3.post-install index 0c5d88a..c74ae13 100644 --- a/apks/firefly3/firefly3.post-install +++ b/apks/firefly3/firefly3.post-install @@ -1,6 +1,6 @@ #!/bin/sh -printf " *\n * Add the configration to '/var/www/firefly3/.env' \n" +printf " *\n * Add the configration to '/etc/firefly3/env' \n" printf " * Without it firefly3 won't run.\n *\n" exit 0 |