Update install

This commit is contained in:
Éric Gaspar 2023-09-29 16:57:13 +02:00
parent dfa2689b2a
commit d1384268c3

View file

@ -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.yml" --destination="$install_dir/install-conf.yml" ynh_add_config --template="install-conf.yaml" --destination="$install_dir/install-conf.yaml"
pushd "$install_dir" pushd "$install_dir"
ynh_exec_as "$app" ./cells configure --cli --yaml "$install_dir/install-conf.yml" ynh_exec_as "$app" ./cells configure --cli --yaml "$install_dir/install-conf.yaml"
popd popd
ynh_secure_remove --file="$install_dir/install-conf.yml" ynh_secure_remove --file="$install_dir/install-conf.yaml"
ynh_delete_file_checksum --file="$install_dir/install-conf.yml" ynh_delete_file_checksum --file="$install_dir/install-conf.yaml"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION