From 16ac73e252e943e1162a21da16c62decf2436790 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:36:05 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d02a71c..5d98f75 100755 --- a/scripts/install +++ b/scripts/install @@ -13,9 +13,9 @@ jwt_key=$(ynh_string_random --length=45 | base64) ynh_app_setting_set --app=$app --key=jwt_key --value=$jwt_key if [ $registration == "0" ]; then - registration="true" -else registration="false" +else + registration="true" fi