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

Update config

This commit is contained in:
Kayou 2020-01-16 00:42:29 +07:00 committed by GitHub
parent ef245f3105
commit c1c5c06c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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