From b839f4892330cb92687a9c459f4d77e8fd152fc8 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 12 Feb 2017 19:00:49 +0100 Subject: [PATCH] Update restore --- scripts/restore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index 1f76704..fd71c25 100644 --- a/scripts/restore +++ b/scripts/restore @@ -34,10 +34,6 @@ 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}" - # Restore sources & data sudo cp -a "./sources" $final_path