diff --git a/scripts/install b/scripts/install index ad1fc82..bf0e3ba 100755 --- a/scripts/install +++ b/scripts/install @@ -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"