1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Merge branch 'version-2.6' into v2

This commit is contained in:
Éric Gaspar 2023-11-16 16:07:19 +01:00
commit 6772e71560
3 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,9 @@ user="__APP__"
install_dir=$(ynh_app_setting_get --app=$app --key=install_dir)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
install_dir=$(ynh_app_setting_get --app=$app --key=install_dir)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# Retrieve arguments
username=$1
user_email=$2

View file

@ -5,6 +5,9 @@ user="__APP__"
install_dir=$(ynh_app_setting_get --app=$app --key=install_dir)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
install_dir=$(ynh_app_setting_get --app=$app --key=install_dir)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# Retrieve arguments
username=$1
purge=$2

View file

@ -86,7 +86,7 @@ then
ynh_script_progression --message="Reconfiguring $app..." --weight=1
# Copy and set Wallabag dist configuration
ynh_add_config --template="parameters.yml" --destination="$install_dir/app/config/parameters.yml"
#ynh_add_config --template="parameters.yml" --destination="$install_dir/app/config/parameters.yml"
#=================================================
# UPGRADE WALLABAG