From 6b9a2b5ffab5316f07c7453be1bd595f80a0ef6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:10:44 +0100 Subject: [PATCH] fix --- manifest.toml | 1 + scripts/config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a824e29..30de997 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,6 +19,7 @@ code = "https://github.com/souramoo/commentoplusplus" [integration] yunohost = ">= 11.1.12" architectures = ["amd64"] +multi_instance = false ldap = false sso = false disk = "50M" diff --git a/scripts/config b/scripts/config index b9e79f8..a04c996 100644 --- a/scripts/config +++ b/scripts/config @@ -22,7 +22,7 @@ ynh_abort_if_errors # RETRIEVE ARGUMENTS #================================================= -final_path=$(ynh_app_setting_get $app final_path) +install_dir=$(ynh_app_setting_get $app install_dir) #================================================= # SPECIFIC GETTERS FOR TOML SHORT KEY