mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Fix license information and some typos/wording
This commit is contained in:
parent
6861530a8c
commit
a74d2be72f
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ version = "6.1.15~ynh1"
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
website = "https://firefly-iii.org/"
|
website = "https://firefly-iii.org/"
|
||||||
demo = "https://demo.firefly-iii.org/login"
|
demo = "https://demo.firefly-iii.org/login"
|
||||||
admindoc = "https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/introduction/"
|
admindoc = "https://docs.firefly-iii.org/firefly-iii/about-firefly-iii/introduction/"
|
||||||
|
@ -38,7 +38,7 @@ ram.runtime = "50M"
|
||||||
default = "/firefly"
|
default = "/firefly"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
help.en = "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin."
|
help.en = "If enabled, firefly-iii will be accessible by people who don't have an account. This can be changed later via the webadmin."
|
||||||
help.fr = "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
help.fr = "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
|
@ -64,7 +64,7 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP A CRON
|
# SETUP A CRON
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Setuping a cron..."
|
ynh_script_progression --message="Setting up a cron job ..."
|
||||||
|
|
||||||
ynh_add_config --template="cron" --destination="/etc/cron.d/$app"
|
ynh_add_config --template="cron" --destination="/etc/cron.d/$app"
|
||||||
chown root: "/etc/cron.d/$app"
|
chown root: "/etc/cron.d/$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue