diff options
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 |