mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
Fix: set cells_worging_dir
This commit is contained in:
parent
62763d539d
commit
50bc03d1d1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ynh_add_config --template="../conf/install-conf.yml" --destination="$install_dir
|
||||||
ynh_delete_file_checksum --file="$install_dir/install-conf.yml"
|
ynh_delete_file_checksum --file="$install_dir/install-conf.yml"
|
||||||
|
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
ynh_exec_as "$app" ./cells configure --cli --yaml "./install-conf.yml"
|
ynh_exec_as "$app" env CELLS_WORKING_DIR="$install_dir" ./cells configure --cli --yaml "./install-conf.yml"
|
||||||
popd
|
popd
|
||||||
ynh_secure_remove --file="$install_dir/install-conf.yml"
|
ynh_secure_remove --file="$install_dir/install-conf.yml"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue