mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
fix
This commit is contained in:
parent
d98aff6197
commit
31d40c5d87
2 changed files with 7 additions and 4 deletions
|
@ -21,8 +21,11 @@ fund = "https://pydio.com/en/pricing"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "armhf", "arm64"]
|
architectures = ["amd64", "armhf", "arm64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
|
@ -38,14 +38,14 @@ yunohost service add "$app" --description="File sharing platform" --log="/var/lo
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring $app..." --weight=1
|
ynh_script_progression --message="Configuring $app..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="install-conf.yaml" --destination="$install_dir/install-conf.yaml"
|
ynh_add_config --template="install-conf.yml" --destination="$install_dir/install-conf.yml"
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
ynh_exec_as "$app" ./cells configure --cli --yaml "$install_dir/install-conf.yaml"
|
ynh_exec_as "$app" ./cells configure --cli --yaml "$install_dir/install-conf.yml"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
ynh_secure_remove --file="$install_dir/install-conf.yaml"
|
ynh_secure_remove --file="$install_dir/install-conf.yml"
|
||||||
ynh_delete_file_checksum --file="$install_dir/install-conf.yaml"
|
ynh_delete_file_checksum --file="$install_dir/install-conf.yml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue