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

fix config is_public

This commit is contained in:
Kayou 2020-01-16 00:09:31 +07:00 committed by GitHub
parent 5b29449212
commit 6dadc1cb0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ show_config() {
apply_config() {
# Change public accessibility
if [ "$is_public" = "true" ]
if [ "$is_public" = "1" ]
then
yunohost app action run $app public_private --args is_public=1
else