From b669bcde3143d0d3e4931835a99f24916b7b55c1 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Tue, 7 Mar 2023 14:28:03 +0000 Subject: [PATCH] changed to 217 --- check_process | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- scripts/upgrade | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 18ca00e..b433a53 100755 --- a/check_process +++ b/check_process @@ -21,4 +21,4 @@ Notification=none ;;; Upgrade options ; commit=0d34c8a15f95a3dc3b9e1d233bc03410d182628a name=#29 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=9001& + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&port=9001& diff --git a/manifest.json b/manifest.json index 704c441..30936eb 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Workflow Automation Tool. Easily automate tasks across different services", "fr": "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" }, - "version": "0.218.0~ynh1", + "version": "0.217.0~ynh1", "url": "https://n8n.io/", "upstream": { "license": "Apache-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index 9ad0600..0f98b16 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.218.0 +n8n_version=0.217.0 #================================================= # PERSONAL HELPERS diff --git a/scripts/upgrade b/scripts/upgrade index 114bc0d..55baaba 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -25,7 +25,6 @@ db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd) datadir=$(ynh_app_setting_get --app=$app --key=datadir) admin=$(ynh_app_setting_get --app=$app --key=admin) -password=$(ynh_app_setting_get --app=$app --key=password) timezone="$(cat /etc/timezone)" email=$(ynh_app_setting_get --app=$app --key=email)