1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
Éric Gaspar 2022-10-27 11:13:48 +02:00
parent 7ed0d2c40a
commit ad8bd08222
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ name = "BookStack configuration"
choices = ["standard", "ldap"]
default = "ldap"
help = "Select an authentication method to connect to BookStack."
bind = "AUTH_METHOD:__FINALPATH__/.env"
bind = "AUTH_METHOD:__INSTALL_DIR__/.env"
[main.php_fpm_config]
name = "PHP-FPM configuration"

View file

@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers
#=================================================
# LOAD SETTINGS
#=================================================
REMOVEME? ynh_print_info --message="Loading installation settings..."
ynh_print_info --message="Loading installation settings..."
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)