mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
Update install
This commit is contained in:
parent
2889865900
commit
377bae6649
1 changed files with 7 additions and 7 deletions
|
@ -42,16 +42,16 @@ yunohost service add "$app" --description="Pydio - A file sharing platform" --lo
|
|||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring Pydio..." --weight=1
|
||||
#ynh_script_progression --message="Configuring Pydio..." --weight=1
|
||||
|
||||
ynh_add_config --template="install-conf.yml" --destination="$install_dir/install-conf.yml"
|
||||
#ynh_add_config --template="install-conf.yml" --destination="$install_dir/install-conf.yml"
|
||||
|
||||
pushd "$install_dir"
|
||||
ynh_exec_as "$app" ./cells configure --cli --yaml "$install_dir/install-conf.yml"
|
||||
popd
|
||||
#pushd "$install_dir"
|
||||
# ynh_exec_as "$app" ./cells configure --cli --yaml "$install_dir/install-conf.yml"
|
||||
#popd
|
||||
|
||||
ynh_secure_remove --file="$install_dir/install-conf.yml"
|
||||
ynh_delete_file_checksum --file="$install_dir/install-conf.yml"
|
||||
#ynh_secure_remove --file="$install_dir/install-conf.yml"
|
||||
#ynh_delete_file_checksum --file="$install_dir/install-conf.yml"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Add table
Reference in a new issue