diff --git a/manifest.json b/manifest.json index 802782a..0db2174 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "beehive", "packaging_format": 1, "description": { - "en": "A flexible event/agent & automation system " + "en": "Flexible event/agent & automation system" }, "version": "0.4.0~ynh1", "url": "https://github.com/muesli/beehive", diff --git a/scripts/restore b/scripts/restore index a6e2153..cc31be6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -37,8 +37,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "