diff --git a/README.md b/README.md index b42aa35..bf679b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Microblogging platform -**Shipped version:** 12.82.0~ynh1 +**Shipped version:** 12.82.0~ynh2 diff --git a/README_fr.md b/README_fr.md index 1e4bf20..cb04c7f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Platforme de Microblogging -**Version incluse :** 12.82.0~ynh1 +**Version incluse :** 12.82.0~ynh2 diff --git a/check_process b/check_process index c1df627..771f881 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ upgrade=1 upgrade=1 from_commit=9ae6ee3553cd0fba8ed2d53755bf954106d51866 backup_restore=1 - multi_instance=0 + multi_instance=1 change_url=0 ;;; Options Email= diff --git a/manifest.json b/manifest.json index d98cd18..dcf2ab8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.82.0~ynh1", + "version": "12.82.0~ynh2", "url": "https://join.misskey.page/en/", "upstream": { "license": "AGPL-3.0", @@ -21,7 +21,7 @@ "requirements": { "yunohost": ">= 4.2.4" }, - "multi_instance": false, + "multi_instance": true, "services": ["nginx"], "arguments": { "install": [ diff --git a/scripts/remove b/scripts/remove index bc1e879..dcac200 100755 --- a/scripts/remove +++ b/scripts/remove @@ -84,14 +84,14 @@ ynh_remove_nginx_config #================================================= # Remove the log files -ynh_secure_remove --file="/var/log/$app/" +ynh_secure_remove --file="/var/log/$app" #================================================= # GENERIC FINALIZATION #================================================= # REMOVE DEDICATED USER #================================================= -ynh_script_progression --message="Removing the dedicated system user..." --weight=1 +ynh_script_progression --message="Removing the dedicated system user..." --weight=1 # Delete a system user ynh_system_user_delete --username=$app