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:
parent
ef245f3105
commit
c1c5c06c8f
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ apply_config() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Change public accessibility
|
# Change public accessibility
|
||||||
if [ "$is_public" = "true" ]
|
if [ "$is_public" = "1" ]
|
||||||
then
|
then
|
||||||
yunohost app action run $app public_private --args is_public=1
|
yunohost app action run $app public_private --args is_public=1
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue