mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
fix
This commit is contained in:
parent
bd99812ac2
commit
6b9a2b5ffa
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ code = "https://github.com/souramoo/commentoplusplus"
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.12"
|
yunohost = ">= 11.1.12"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
|
|
|
@ -22,7 +22,7 @@ ynh_abort_if_errors
|
||||||
# RETRIEVE ARGUMENTS
|
# RETRIEVE ARGUMENTS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
final_path=$(ynh_app_setting_get $app final_path)
|
install_dir=$(ynh_app_setting_get $app install_dir)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC GETTERS FOR TOML SHORT KEY
|
# SPECIFIC GETTERS FOR TOML SHORT KEY
|
||||||
|
|
Loading…
Add table
Reference in a new issue