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