1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

Some cleanings/fixes

This commit is contained in:
Thomas 2023-11-27 14:05:14 +01:00 committed by GitHub
parent 59c3ff712c
commit 65521be052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -9,6 +9,13 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# Load settings
#=================================================
ynh_app_setting_set --app=$app --key=language --value=$language
ynh_app_setting_set --app=$app --key=crypto_random --value=$crypto_random
ynh_app_setting_set --app=$app --key=web_api_password --value=$web_api_password
#=================================================
# STANDARD MODIFICATIONS
#=================================================

View file

@ -112,6 +112,8 @@ ynh_script_progression --message="Removing the MongoDB database..."
# Remove a database if it exists, along with the associated user
ynh_mongo_remove_db --db_user=$db_user --db_name=$db_name
ynh_remove_systemd_config --service="mongod"
#=================================================
# REMOVE NGINX CONFIGURATION
#=================================================

View file

@ -9,6 +9,12 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# Load settings
#=================================================
ynh_app_setting_set --app=$app --key=language --value=$language
ynh_app_setting_set --app=$app --key=crypto_random --value=$crypto_random
ynh_app_setting_set --app=$app --key=web_api_password --value=$web_api_password
#=================================================
# CHECK VERSION