From 09d86f77d30736f7aa074991a449a97c9ddbb799 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 1 Jul 2021 10:17:57 +0200 Subject: [PATCH] Fix --- scripts/_common.sh | 3 --- scripts/backup | 1 - 2 files changed, 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ecd263f..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -pkg_dependencies="" - #================================================= # PERSONAL HELPERS #================================================= diff --git a/scripts/backup b/scripts/backup index c3096ff..87e89d3 100755 --- a/scripts/backup +++ b/scripts/backup @@ -44,7 +44,6 @@ ynh_backup --src_path="$final_path" ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" - #================================================= # END OF SCRIPT #=================================================