1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
ericgaspar 2021-06-23 23:38:09 +02:00
parent d187988a2f
commit 295eabda2c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 4 deletions

View file

@ -14,11 +14,7 @@
"email": ""
},
"requirements": {
<<<<<<< Updated upstream
"yunohost": ">= 4.2.4"
=======
"yunohost": ">= 4.2.0"
>>>>>>> Stashed changes
},
"multi_instance": true,
"services": [

View file

@ -26,6 +26,7 @@ app=$YNH_APP_INSTANCE_NAME
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
domain=$(ynh_app_setting_get --app=$app --key=domain)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# STANDARD BACKUP STEPS

View file

@ -28,6 +28,7 @@ path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$db_name
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# CHECK IF THE APP CAN BE RESTORED