mirror of
https://github.com/YunoHost-Apps/X-prober_ynh.git
synced 2024-09-03 20:36:04 +02:00
fix
This commit is contained in:
parent
38174b977b
commit
e7c779420d
2 changed files with 1 additions and 6 deletions
|
@ -13,7 +13,6 @@ maintainers = ["jarod5001"]
|
|||
license = "GPL-3.0"
|
||||
website = "https://prober.inn-studio.com/"
|
||||
demo = "https://prober.inn-studio.com/"
|
||||
userdoc = "https://github.com/kmvan/x-prober"
|
||||
code = "https://github.com/kmvan/x-prober"
|
||||
|
||||
[integration]
|
||||
|
|
|
@ -21,15 +21,11 @@ ynh_print_info --message="Declaring files to be backed up..."
|
|||
ynh_backup --src_path="$install_dir"
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE NGINX CONFIGURATION
|
||||
# SYSTEM CONFIGURATION
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
|
||||
#=================================================
|
||||
# BACKUP THE PHP-FPM CONFIGURATION
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue