1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
This commit is contained in:
ericgaspar 2022-10-14 18:37:57 +02:00
parent 5ccb14db91
commit 4b6c9662ef
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ default_home_server=$YNH_APP_ARG_DEFAULT_HOME_SERVER
app=$YNH_APP_INSTANCE_NAME
login_for_welcome="true"
login_for_welcome=true
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS

View file

@ -55,7 +55,7 @@ if [ -z "$default_home_server" ]; then
fi
if [ -z "$login_for_welcome" ]; then
login_for_welcome="true"
login_for_welcome=true
ynh_app_setting_set --app=$app --key=login_for_welcome --value=$login_for_welcome
fi