1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
Éric Gaspar 2023-10-21 21:25:23 +02:00
parent b252888639
commit 97a54eb6d3
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ echo onlyoffice-documentserver onlyoffice/db-pwd password $db_pwd | debconf-set-
echo onlyoffice-documentserver onlyoffice/db-name string $db_name | debconf-set-selections
#JWT options
echo onlyoffice-documentserver onlyoffice/jwt-secret password $jwt_secret | debconf-set-selections
#echo onlyoffice-documentserver onlyoffice/jwt-secret password $jwt_secret | debconf-set-selections
#=================================================
# REINSTALL ONLYOFFICE

View file

@ -24,7 +24,7 @@ db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd)
port=$(ynh_app_setting_get --app=$app --key=port)
nextclouddomain=$(ynh_app_setting_get --app=$app --key=nextclouddomain)
jwt_secret=$(ynh_app_setting_get --app=$app --key=jwt_secret)
#jwt_secret=$(ynh_app_setting_get --app=$app --key=jwt_secret)
#=================================================
# CHECK VERSION