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 10:57:40 +02:00
parent afc0448f76
commit 7b64937a7b

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 --force-overwrite=true --admin-password $password --config-path "/etc/ocis")
(cd "$install_dir" && ./ocis init --insecure=true --admin-password $password --config-path "/etc/ocis")
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"