aboutsummaryrefslogtreecommitdiff
path: root/apks/firefly3/firefly3.post-install
blob: 0c5d88acf46a09e2377d26ab37a856b9815959c2 (plain)
1
2
3
4
5
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