From 3087562f9070cf7e8b9e0eec700d91583ee1e8b3 Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 28 Sep 2019 04:36:24 +0200 Subject: [PATCH] Update backup --- scripts/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index af8ccd9..b0a7d3f 100644 --- a/scripts/backup +++ b/scripts/backup @@ -11,7 +11,7 @@ source /usr/share/yunohost/helpers # Backup sources & data # Note: the last argument is where to save this path, see the restore script. -ynh_backup "/var/www/${app}" "sources" +ynh_backup "/opt/${app}" "sources" ### MySQL (remove if not used) ### # If a MySQL database is used: