diff --git a/manifest.json b/manifest.json index 333a875..1e13a8d 100644 --- a/manifest.json +++ b/manifest.json @@ -27,8 +27,7 @@ "install": [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "is_public", diff --git a/scripts/restore b/scripts/restore index 8c790e1..36d0cf8 100755 --- a/scripts/restore +++ b/scripts/restore @@ -40,8 +40,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #================================================= 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 "