From 62c8708d5e93f208464c258a7223d5c990591eff Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 7 Feb 2017 02:07:56 +0100 Subject: [PATCH] [fix] Disable private test --- README.md | 4 ++++ check_process | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc5acd2..118ff15 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ LimeSurvey for YunoHost LimeSurvey is used to create advanced poll. http://www.limesurvey.org/ + +About this package +-------------- +The "private" check is disbled because the answer part need to be public (only the admin part is private). Currently, the package check tools is not able to test it. diff --git a/check_process b/check_process index 27ac685..98d12ec 100644 --- a/check_process +++ b/check_process @@ -11,7 +11,7 @@ setup_sub_dir=1 setup_root=1 setup_nourl=0 - setup_private=1 + setup_private=0 setup_public=1 upgrade=1 backup_restore=1