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-09-05 11:03:56 +02:00
parent 7b64937a7b
commit 595b887a98

View file

@ -52,7 +52,7 @@ chown $app:$app "/etc/ocis/ocis.env"
#=================================================
ynh_script_progression --message="Installing $app..." --weight=3
(cd "$install_dir" && ./ocis init --insecure=true --admin-password $password --config-path "/etc/ocis")
(cd "$install_dir" && ./ocis init --insecure=true --admin-password $password --config-path "/etc/ocis/.ocis/ocis.yaml")
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"