1
0
Fork 0
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:
maniack 2020-03-14 20:18:45 +01:00
parent 99bf588ddb
commit a799e219cd

View file

@ -155,7 +155,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