From bd0d0fcc450b19d6cf49ad9929ad5367bccb3145 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 12 May 2023 21:04:57 +0200 Subject: [PATCH] =?UTF-8?q?Typo=20=C3=A9=5F=C3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 00d46ec..0b3d841 100755 --- a/scripts/install +++ b/scripts/install @@ -28,7 +28,7 @@ ynh_script_progression --message="Setting up source files..." --weight=15 # Download, check integrity, uncompress and patch the source from app.src source_id_to_use="main" -if [[ "$release_cycle" != "longterm" ]] +if [[ "$release_cycle" == "longterm" ]] then source_id_to_use="lts" fi diff --git a/scripts/upgrade b/scripts/upgrade index 75e8151..fd2b539 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -48,7 +48,7 @@ then # Download, check integrity, uncompress and patch the source from app.src source_id_to_use="main" - if [[ "$release_cycle" != "longterm" ]] + if [[ "$release_cycle" == "longterm" ]] then source_id_to_use="lts" fi