mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Fix config-panel
This commit is contained in:
parent
99bf588ddb
commit
a799e219cd
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,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
|
||||
|
|
Loading…
Add table
Reference in a new issue