1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facette_ynh.git synced 2024-09-03 18:36:02 +02:00

Update backup

This commit is contained in:
ericgaspar 2021-09-25 19:21:37 +02:00
parent 11fa693f90
commit 8b67efe809
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -30,7 +30,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)
db_pwd=$(ynh_app_setting_get $app mysqlpwd)
db_pwd=$(ynh_app_setting_get --key=$app --key=mysqlpwd)
#=================================================
# DECLARE DATA AND CONF FILES TO BACKUP