From aabc4bee0a9dbad05b0fabefa8d81b62bcd8289c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Jun 2021 11:39:29 +0200 Subject: [PATCH] Fix --- check_process | 2 -- manifest.json | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/check_process b/check_process index c81570d..ce9bdf6 100644 --- a/check_process +++ b/check_process @@ -15,8 +15,6 @@ backup_restore=1 multi_instance=1 change_url=1 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/manifest.json b/manifest.json index 18315d3..6611bb6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A self hostable read-it-later app", "fr": "Une application de lecture-plus-tard auto-hébergeable" }, - "version": "2.4.2~ynh1", + "version": "2.4.2~ynh2", "url": "https://www.wallabag.org", "upstream": { "license": "MIT", @@ -35,7 +35,7 @@ { "name": "domain", "type": "domain", - "example": "domain.org" + "example": "example.com" }, { "name": "path", @@ -46,7 +46,7 @@ { "name": "admin", "type": "user", - "example": "homer" + "example": "johndoe" } ] }