diff --git a/manifest.json b/manifest.json index 3186a74..ee180e2 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "license": "Apache-2.0", "website": "https://etherpad.org/", "demo": "https://video.etherpad.com/", - "admindoc": "http://etherpad.org/doc/v1.8.14", + "admindoc": "http://etherpad.org/doc/v1.8.15", "userdoc": "https://yunohost.org/en/app_etherpad", "code": "https://github.com/ether/etherpad-lite" }, @@ -21,7 +21,7 @@ "name": "eric_G" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index 25ee6b2..8501e9c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -121,7 +121,7 @@ then pushd "$final_path" git pull origin ynh_use_nodejs - ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/installDeps.sh + ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/run.sh popd fi