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

Correct error

This commit is contained in:
Rafi59 2017-06-09 13:13:58 +02:00 committed by GitHub
parent e3c7e98f40
commit 0fc1124441

View file

@ -7,7 +7,7 @@ set -eu
domain=$YUNOHOST_APP_ARG_DOMAIN
is_public=$YUNOHOST_APP_ARG_IS_PUBLIC
# Save app setting
# Save app settings
ynh_app_setting_set "$app" is_public "$is_public"