diff --git a/manifest.json b/manifest.json index 86873ee..f061e57 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web database management tool", "fr": "Outil web de gestion des bases de données" }, - "version": "0.40.2~ynh1", + "version": "0.40.2~ynh2", "url": "https://www.metabase.com/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/restore b/scripts/restore index f622c9e..05bbb65 100755 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=3 -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 "