1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-13 11:06:24 +01:00
parent 036349ecc4
commit f5ddec9a76

View file

@ -50,7 +50,7 @@ chown $app:$app "$install_dir/ocis.env"
ynh_script_progression --message="Installing $app..." --weight=3 ynh_script_progression --message="Installing $app..." --weight=3
pushd "$install_dir" pushd "$install_dir"
./ocis init --insecure=true --force-overwrite=true --admin-password=$password --config-path=$install_dir/.ocis/config ./ocis init --insecure=true --force-overwrite=true --admin-password=$password --config-path=$install_dir/ocis.env
popd popd
chmod 750 "$install_dir" chmod 750 "$install_dir"