diff --git a/manifest.toml b/manifest.toml index 3a7c1ed..e37f756 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] diff --git a/scripts/backup b/scripts/backup index 851d286..a25cad6 100755 --- a/scripts/backup +++ b/scripts/backup @@ -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" #=================================================