From df784fe10199ed66b404003931b0c56029f1885c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 10 Feb 2019 16:54:07 +0100 Subject: [PATCH] Fix private parameter --- check_process | 2 +- scripts/upgrade | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 20daaad..4465da7 100644 --- a/check_process +++ b/check_process @@ -9,7 +9,7 @@ admin="john" (USER) is_public=1 (PUBLIC|public=1|private=0) password="pass" - single_user="true" + single_user="true" ; Checks pkg_linter=1 setup_sub_dir=0 diff --git a/scripts/upgrade b/scripts/upgrade index b51a1cb..d77f846 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -42,6 +42,7 @@ ynh_app_setting_delete $app open_registration ynh_app_setting_delete $app max_blogs ynh_app_setting_delete $app federation ynh_app_setting_delete $app public_stats +ynh_app_setting_delete $app private ynh_app_setting_delete $app local_timeline #=================================================