From 03cac4d75d17604ab6b53a3f87ff45ccee5c3f5f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Jul 2019 11:16:50 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 783e3bb..fb62bbf 100755 --- a/scripts/install +++ b/scripts/install @@ -37,8 +37,7 @@ random_key=$(ynh_string_random --length=64) admin_email=$(ynh_user_get_info --username=$admin --key="mail") ## Bypass package_checker name not compatible with pleroma -if [ "$admin" = "package_checker" ] -then +if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then admin="test" fi