1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/writefreely_ynh.git synced 2024-09-03 20:36:02 +02:00

Fix private parameter

This commit is contained in:
yalh76 2019-02-10 16:54:07 +01:00
parent fc11c60347
commit df784fe101
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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
#=================================================