mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix
This commit is contained in:
parent
5ccb14db91
commit
4b6c9662ef
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue