diff options
Diffstat (limited to 'apks/firefly3/firefly3.post-install')
-rw-r--r-- | apks/firefly3/firefly3.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apks/firefly3/firefly3.post-install b/apks/firefly3/firefly3.post-install new file mode 100644 index 0000000..0c5d88a --- /dev/null +++ b/apks/firefly3/firefly3.post-install @@ -0,0 +1,6 @@ +#!/bin/sh + +printf " *\n * Add the configration to '/var/www/firefly3/.env' \n" +printf " * Without it firefly3 won't run.\n *\n" + +exit 0 |