From 82c60d33a5b08a3c4b1595b3673f8973704256b4 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 12 Feb 2017 18:44:13 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index f9cf23b..1f76704 100644 --- a/scripts/restore +++ b/scripts/restore @@ -32,6 +32,8 @@ final_path=/var/www/$app sudo apt-get update sudo apt-get -y -qq install php5-sqlite +conf=/etc/nginx/conf.d/$domain.d/$app.conf + # Check domain/path availability sudo yunohost app checkurl "${domain}${path}" -a "$app" \ || ynh_die "Path not available: ${domain}${path}"