diff --git a/manifest.json b/manifest.json index ec65673..b634f86 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "en": "Install CardDAV synchronization plugin?", "fr": "Installer le plugin de synchronisation CardDAV ?" }, - "default": "false" + "default": false } ] } diff --git a/scripts/upgrade b/scripts/upgrade index 2563b01..a8ee6c8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -50,7 +50,7 @@ sudo mkdir -p $final_path extract_roundcube "${final_path}" # Change owner by admin for execute composer sudo chown -R admin: "${final_path}" -init_composer "${final_path}" +# init_composer "${final_path}" admin # Install the new Roundcube version sudo php "${final_path}/bin/installto.sh" "$final_path" --force --accept